diff options
-rw-r--r--[-rwxr-xr-x] | tests/test.py | 3 |
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
|