diff options
author | kanzure <kanzure@gmail.com> | 2009-09-20 15:56:47 -0500 |
---|---|---|
committer | kanzure <kanzure@gmail.com> | 2009-09-20 15:56:47 -0500 |
commit | 4ea4d584f37e8a389a6703b8758f8787af619e33 (patch) | |
tree | fb34ff5793a1b7dc6d98f1958e6e9da8e23bc8a4 | |
parent | c49b6aa48731cb5c051144afb12ff39f599528ea (diff) | |
download | skdb-4ea4d584f37e8a389a6703b8758f8787af619e33.tar.gz skdb-4ea4d584f37e8a389a6703b8758f8787af619e33.zip |
clean up extraneous print statement
-rw-r--r-- | tests/test_units.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_units.py b/tests/test_units.py index c21b966..83868ff 100644 --- a/tests/test_units.py +++ b/tests/test_units.py @@ -173,7 +173,6 @@ except ImportError, error: if have_sympycore: class TestSympyCore(unittest.TestCase): def test_compatibility(self): - print "TestSympyCore.test_compatibility: " m1 = skdb.Unit("m") m2 = sympycore.physics.units.Unit("m") self.assertTrue(m1.compatible(m2)) |