summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonrad Delong <konryd@gmail.com>2010-08-12 20:03:09 +0200
committerKonrad Delong <konryd@gmail.com>2010-08-12 20:03:09 +0200
commitd84536fe8e864f1d6cd2c3d1803a0152a7a3bb56 (patch)
treebea867e2d9310ad0b0866200230811d360aee002
parent58479d5e05b2bac8d3908402733d75cad1780741 (diff)
downloaddisutils2-d84536fe8e864f1d6cd2c3d1803a0152a7a3bb56.tar.gz
removed vertical align
-rw-r--r--src/distutils2/command/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/distutils2/command/test.py b/src/distutils2/command/test.py
index 4cb91be..822e459 100644
--- a/src/distutils2/command/test.py
+++ b/src/distutils2/command/test.py
@@ -16,7 +16,7 @@ class test(Command):
]
def initialize_options(self):
- self.test_suite = None
+ self.test_suite = None
self.test_loader = None
def finalize_options(self):