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

index 2f7a7585bac0f36462068f963800ee644fdc0390..ef75deb039a72701f26b41c10f1c6090d509db14 100644 (file)
@@ -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):