aboutsummaryrefslogtreecommitdiff
path: root/tests/test.py
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-06-23 17:26:39 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-06-23 17:26:39 -0400
commit492195c20538febd02fda8ae35fd29a6aa63284a (patch)
tree68a62c5cf9a803fa8e1251a2d84d3b7347853f7f /tests/test.py
parent2cc9f3ffd272c6c7cf6d1fc5dec72da2b74f3a70 (diff)
downloadcbc-492195c20538febd02fda8ae35fd29a6aa63284a.tar.gz
Fix exceptions import
Diffstat (limited to 'tests/test.py')
-rw-r--r--[-rwxr-xr-x]tests/test.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test.py b/tests/test.py
index a6dc3aa..67fc15a 100755..100644
--- a/tests/test.py
+++ b/tests/test.py
@@ -2,8 +2,7 @@ import nose
import nose.tools
import os
import cbc
-from cbc.environment import IncompleteEnv
-from cbc.meta import MetaDataError
+from cbc.exceptions import IncompleteEnv, MetaDataError
import sys