projects
/
pypiezo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce723fb
)
Add missing _package_config import to pypiezo.wiggle.
author
W. Trevor King
<wking@drexel.edu>
Thu, 15 Mar 2012 03:22:15 +0000
(23:22 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 15 Mar 2012 03:22:15 +0000
(23:22 -0400)
pypiezo/wiggle.py
patch
|
blob
|
history
diff --git
a/pypiezo/wiggle.py
b/pypiezo/wiggle.py
index 2f7a7585bac0f36462068f963800ee644fdc0390..ef75deb039a72701f26b41c10f1c6090d509db14 100644
(file)
--- a/
pypiezo/wiggle.py
+++ b/
pypiezo/wiggle.py
@@
-45,6
+45,7
@@
except (ImportError, RuntimeError), e:
from curses_check_for_keypress import CheckForKeypress as _CheckForKeypress
from . import LOG as _LOG
+from . import package_config as _package_config
def _setup_config(peizo, config):