summaryrefslogtreecommitdiff
path: root/funtests/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'funtests/config.py')
-rw-r--r--funtests/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/funtests/config.py b/funtests/config.py
index 8e3cec4..1b95423 100644
--- a/funtests/config.py
+++ b/funtests/config.py
@@ -7,7 +7,7 @@ BROKER_USER = os.environ.get('BROKER_USER', 'guest')
BROKER_PASSWORD = os.environ.get('BROKER_PASSWORD', 'guest')
from functools import partial
-from unittest2 import TestCase
+from unittest import TestCase
from uuid import uuid4