summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkanzure <kanzure@gmail.com>2009-09-20 15:56:47 -0500
committerkanzure <kanzure@gmail.com>2009-09-20 15:56:47 -0500
commit4ea4d584f37e8a389a6703b8758f8787af619e33 (patch)
treefb34ff5793a1b7dc6d98f1958e6e9da8e23bc8a4
parentc49b6aa48731cb5c051144afb12ff39f599528ea (diff)
downloadskdb-4ea4d584f37e8a389a6703b8758f8787af619e33.tar.gz
skdb-4ea4d584f37e8a389a6703b8758f8787af619e33.zip
clean up extraneous print statement
-rw-r--r--tests/test_units.py1
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))