Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Taylor <bct@diffeq.com>2008-08-09 04:24:08 +0400
committerBrendan Taylor <bct@diffeq.com>2008-08-09 04:24:08 +0400
commit198a0ca738d18980901b674fd89849fa5eba79f6 (patch)
treec4d0ccb40b4bad3d27e242a91407ad8ad02ed55c /test/test_dispatcher_nb.py
parent83d9ef49a347462464c49c217e37669c2d97e24f (diff)
moved testing libraries into their own directory
Diffstat (limited to 'test/test_dispatcher_nb.py')
-rw-r--r--test/test_dispatcher_nb.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_dispatcher_nb.py b/test/test_dispatcher_nb.py
index 552380242..1bf9cb2c6 100644
--- a/test/test_dispatcher_nb.py
+++ b/test/test_dispatcher_nb.py
@@ -1,8 +1,8 @@
# tests for xmpppy's dispatcher_nb.py
import unittest
-import testlib
-testlib.setup_env()
+import lib
+lib.setup_env()
from mock import Mock
@@ -52,4 +52,4 @@ class TestDispatcherNB(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-# vim: se ts=3: \ No newline at end of file
+# vim: se ts=3: