summaryrefslogtreecommitdiff
path: root/lib/zephyr_tests.py
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2013-09-28 19:22:44 -0400
committerGravatar Karl Ramm <kcr@1ts.org>2013-09-28 19:22:44 -0400
commit124bccf49c41e6747d4942f1dd338d3673c7d515 (patch)
tree95f1fa084cb024b146d2cc531ade2208c7ad1f1a /lib/zephyr_tests.py
parent32ccbdb58fe588f14168e5b21e89591237c8b017 (diff)
rename zephyr python modules to zephyr_ctypes
Having more plausible claimants to the title of "python zephyr module" installed was interfering with builds.
Diffstat (limited to 'lib/zephyr_tests.py')
-rwxr-xr-xlib/zephyr_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zephyr_tests.py b/lib/zephyr_tests.py
index 4685c87..d8a0aca 100755
--- a/lib/zephyr_tests.py
+++ b/lib/zephyr_tests.py
@@ -16,7 +16,7 @@ import ctypes.util
import time
from ctypes import c_int, c_char, POINTER, c_char_p, sizeof
-from zephyr import *
+from zephyr_ctypes import *
__revision__ = "$Id$"
try: