aboutsummaryrefslogtreecommitdiff
path: root/cros_utils/tabulator_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'cros_utils/tabulator_test.py')
-rwxr-xr-xcros_utils/tabulator_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cros_utils/tabulator_test.py b/cros_utils/tabulator_test.py
index 4c0f8677..227e2d70 100755
--- a/cros_utils/tabulator_test.py
+++ b/cros_utils/tabulator_test.py
@@ -14,7 +14,7 @@ __author__ = 'asharif@google.com (Ahmad Sharif)'
import unittest
# Local modules
-import tabulator
+from cros_utils import tabulator
class TabulatorTest(unittest.TestCase):