summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2006-03-30 12:59:11 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2006-03-30 12:59:11 (GMT)
commit4ef3a23a35a391602202dce10376be9e43588fa6 (patch)
treec7310a78fc2ce187a6d79d84fa1f4d5e8afcd8f3 /Lib/distutils
parentecdc0a9f4609e3be57e5f8a54dac2ea8e9607aed (diff)
downloadcpython-4ef3a23a35a391602202dce10376be9e43588fa6.zip
cpython-4ef3a23a35a391602202dce10376be9e43588fa6.tar.gz
cpython-4ef3a23a35a391602202dce10376be9e43588fa6.tar.bz2
whitespace normalisation
Diffstat (limited to 'Lib/distutils')
-rw-r--r--Lib/distutils/command/install_egg_info.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/command/install_egg_info.py b/Lib/distutils/command/install_egg_info.py
index 4e472d7..c31ac29 100644
--- a/Lib/distutils/command/install_egg_info.py
+++ b/Lib/distutils/command/install_egg_info.py
@@ -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