mirror of
https://github.com/python/cpython.git
synced 2025-08-15 22:30:42 +00:00
whitespace normalisation
This commit is contained in:
parent
ecdc0a9f46
commit
4ef3a23a35
6 changed files with 23 additions and 24 deletions
|
@ -26,7 +26,7 @@ class install_egg_info(Command):
|
|||
to_filename(safe_version(self.distribution.get_version())),
|
||||
sys.version[:3]
|
||||
)
|
||||
self.target = os.path.join(self.install_dir, basename)
|
||||
self.target = os.path.join(self.install_dir, basename)
|
||||
self.outputs = [self.target]
|
||||
|
||||
def run(self):
|
||||
|
@ -40,7 +40,7 @@ class install_egg_info(Command):
|
|||
f = open(target, 'w')
|
||||
self.distribution.metadata.write_pkg_file(f)
|
||||
f.close()
|
||||
|
||||
|
||||
def get_outputs(self):
|
||||
return self.outputs
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue