projects
/
pypiezo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bc727d
)
Add missing numpy import to pypiezo.wiggle.
author
W. Trevor King
<wking@drexel.edu>
Thu, 15 Mar 2012 03:29:24 +0000
(23:29 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 15 Mar 2012 03:29:24 +0000
(23:29 -0400)
pypiezo/wiggle.py
patch
|
blob
|
history
diff --git
a/pypiezo/wiggle.py
b/pypiezo/wiggle.py
index 38942e561c1b3707aeed8de246b2ed5e04209d73..87658e8afb70ecc659304d073c08956fd21f6974 100644
(file)
--- a/
pypiezo/wiggle.py
+++ b/
pypiezo/wiggle.py
@@
-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