From 124bccf49c41e6747d4942f1dd338d3673c7d515 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sat, 28 Sep 2013 19:22:44 -0400 Subject: rename zephyr python modules to zephyr_ctypes Having more plausible claimants to the title of "python zephyr module" installed was interfering with builds. --- lib/zephyr_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/zephyr_tests.py') 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: -- cgit v1.2.3