summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/bdist.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-09-30 18:27:54 (GMT)
committerGreg Ward <gward@python.net>2000-09-30 18:27:54 (GMT)
commitcb1f4c4d33711a964dcd40b32a562e2acf745fc2 (patch)
tree3e8bd80543d1b5e6c843087678194fa1608d13e6 /Lib/distutils/command/bdist.py
parent963cd2d85d26467f60a3c03b5025fddfff0cd80c (diff)
downloadcpython-cb1f4c4d33711a964dcd40b32a562e2acf745fc2.zip
cpython-cb1f4c4d33711a964dcd40b32a562e2acf745fc2.tar.gz
cpython-cb1f4c4d33711a964dcd40b32a562e2acf745fc2.tar.bz2
Standardized whitespace around function calls.
Diffstat (limited to 'Lib/distutils/command/bdist.py')
-rw-r--r--Lib/distutils/command/bdist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/bdist.py b/Lib/distutils/command/bdist.py
index 8651e70..c0cb1d3 100644
--- a/Lib/distutils/command/bdist.py
+++ b/Lib/distutils/command/bdist.py
@@ -132,7 +132,7 @@ class bdist (Command):
# keep its temporary files around so subsequent runs go faster.
if cmd_name in commands[i+1:]:
sub_cmd.keep_temp = 1
- self.run_command (cmd_name)
+ self.run_command(cmd_name)
# run()