missing import ctypes in test_util.py
[nepi.git] / test / lib / test_util.py
index ffd5e46..1065b90 100644 (file)
@@ -1,6 +1,7 @@
 #!/usr/bin/env python
 
 import nepi.util.environ
+import ctypes
 import imp
 import sys