Add missing numpy import to pypiezo.wiggle.
authorW. Trevor King <wking@drexel.edu>
Thu, 15 Mar 2012 03:29:24 +0000 (23:29 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 15 Mar 2012 03:29:24 +0000 (23:29 -0400)
pypiezo/wiggle.py

index 38942e561c1b3707aeed8de246b2ed5e04209d73..87658e8afb70ecc659304d073c08956fd21f6974 100644 (file)
@@ -26,6 +26,8 @@ helping you with your thumbscrews.
 
 import time as _time
 
+import numpy as _numpy
+
 try:
     import h5py as _h5py
     import h5config as _h5config