Improve symlink command

This commit is contained in:
utahta
2011-08-07 00:39:13 +09:00
parent 90face7065
commit 7b2fa2f0eb
2 changed files with 32 additions and 3 deletions
-1
View File
@@ -96,7 +96,6 @@ class VenvCommand(Command):
if options.no_site_packages:
virtualenv_options += '--no-site-packages'
print 'in create'
output = []
for arg in args[1:]:
target_dir = os.path.join(self._workon_home, arg)