Rev 47: Fix import of tests. in file:///home/jelmer/bzr-cia/trunk/

Jelmer Vernooij jelmer at samba.org
Thu Feb 12 14:30:35 GMT 2009


At file:///home/jelmer/bzr-cia/trunk/

------------------------------------------------------------
revno: 47
revision-id: jelmer at samba.org-20090212143033-h1c7a2sn0esyq430
parent: jelmer at samba.org-20090212134018-f8k8uhxmip0ob0ss
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Thu 2009-02-12 15:30:33 +0100
message:
  Fix import of tests.
=== modified file '__init__.py'
--- a/__init__.py	2009-02-12 13:40:18 +0000
+++ b/__init__.py	2009-02-12 14:30:33 +0000
@@ -278,7 +278,7 @@
 
 def test_suite():
     from unittest import TestSuite, TestLoader
-    import tests
+    from bzrlib.plugins.cia import tests
     suite = TestSuite()
     suite.addTest(tests.test_suite())
     return suite




More information about the bazaar-commits mailing list