4112 Dyre Tjeldvoll 2012-11-21
Indent error
modified:
storage/ndb/mcc/tst/tst_main.py
4111 Dyre Tjeldvoll 2012-11-21
Always use unittest2 since unittest appears not to be available in bundle-python even if that is v2.7
modified:
storage/ndb/mcc/tst/tst_main.py
=== modified file 'storage/ndb/mcc/tst/tst_main.py'
--- a/storage/ndb/mcc/tst/tst_main.py 2012-11-21 12:50:33 +0000
+++ b/storage/ndb/mcc/tst/tst_main.py 2012-11-21 13:41:59 +0000
@@ -27,9 +27,9 @@ sys.path += ['..', '/usr/local/lib/bzr-2
import logging
#if pyminor < 7:
# sys.path += ['/export/home/tmp/src/python/unittest2-0.5.1', '/home/dtjeldvo/unittest2-0.5.1' ]
- print('Running with Python version %s',
- str(platform.python_version_tuple()))
- import unittest2 as unittest
+print('Running with Python version %s',
+ str(platform.python_version_tuple()))
+import unittest2 as unittest
#else:
# import unittest
utmod = unittest
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.5-cluster-7.2 branch (Dyre.Tjeldvoll:4111 to 4112) | Dyre Tjeldvoll | 21 Nov |