diff options
author | Greg Ward <gward@python.net> | 2000-09-30 18:27:54 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-09-30 18:27:54 (GMT) |
commit | cb1f4c4d33711a964dcd40b32a562e2acf745fc2 (patch) | |
tree | 3e8bd80543d1b5e6c843087678194fa1608d13e6 /Lib/distutils/command/bdist_rpm.py | |
parent | 963cd2d85d26467f60a3c03b5025fddfff0cd80c (diff) | |
download | cpython-cb1f4c4d33711a964dcd40b32a562e2acf745fc2.zip cpython-cb1f4c4d33711a964dcd40b32a562e2acf745fc2.tar.gz cpython-cb1f4c4d33711a964dcd40b32a562e2acf745fc2.tar.bz2 |
Standardized whitespace around function calls.
Diffstat (limited to 'Lib/distutils/command/bdist_rpm.py')
-rw-r--r-- | Lib/distutils/command/bdist_rpm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/command/bdist_rpm.py b/Lib/distutils/command/bdist_rpm.py index c293f1f..f421590 100644 --- a/Lib/distutils/command/bdist_rpm.py +++ b/Lib/distutils/command/bdist_rpm.py @@ -258,7 +258,7 @@ class bdist_rpm (Command): # Make a source distribution and copy to SOURCES directory with # optional icon. - sdist = self.reinitialize_command ('sdist') + sdist = self.reinitialize_command('sdist') if self.use_bzip2: sdist.formats = ['bztar'] else: |