Commit 12eba181 authored by Jason R. Coombs's avatar Jason R. Coombs

Create DevelopInstaller, inspired by the code in #789.

parent 5951f626
......@@ -83,3 +83,11 @@ class Installer:
while parts:
yield '.'.join(parts)
parts.pop()
class DevelopInstaller(Installer):
def _get_root(self):
return repr(str(self.egg_path))
def _get_target(self):
return self.egg_link
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment