diff options
author | Gordon Sim <gsim@apache.org> | 2008-06-10 14:47:54 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2008-06-10 14:47:54 +0000 |
commit | 83ab3794444685c5f0e0f659da2ead70d396817d (patch) | |
tree | d66ae209d33fc631e32ba92b7b220e199f348124 | |
parent | 841d89675133443c4058bd147575fa959433fe99 (diff) | |
download | qpid-python-83ab3794444685c5f0e0f659da2ead70d396817d.tar.gz |
Removed import of deleted test modules.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@666138 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | python/tests_0-10/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/tests_0-10/__init__.py b/python/tests_0-10/__init__.py index fe96d9e122..1fd7f72357 100644 --- a/python/tests_0-10/__init__.py +++ b/python/tests_0-10/__init__.py @@ -24,9 +24,7 @@ from broker import * from dtx import * from example import * from exchange import * -from execution import * from message import * from query import * from queue import * -from testlib import * from tx import * |