From 492195c20538febd02fda8ae35fd29a6aa63284a Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 23 Jun 2015 17:26:39 -0400 Subject: Fix exceptions import --- tests/test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) mode change 100755 => 100644 tests/test.py (limited to 'tests/test.py') diff --git a/tests/test.py b/tests/test.py old mode 100755 new mode 100644 index a6dc3aa..67fc15a --- 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 -- cgit