projects
/
pyafm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ed561c
)
Fix relative import syntax.
author
W. Trevor King
<wking@drexel.edu>
Tue, 1 Jun 2010 13:43:19 +0000
(09:43 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 1 Jun 2010 13:43:19 +0000
(09:43 -0400)
Fixes broken implementation from
81f9df69442d686bed368ac6db2180cd482f1acb
calibcant/calibrate.py
patch
|
blob
|
history
diff --git
a/calibcant/calibrate.py
b/calibcant/calibrate.py
index 004e22dd548575fe08595bf0cf4dfa5711ceb0fe..c2fb1b848034174c972ee7ac8d4f5d0b4b12d134 100755
(executable)
--- a/
calibcant/calibrate.py
+++ b/
calibcant/calibrate.py
@@
-107,12
+107,12
@@
import piezo.z_piezo_utils as z_piezo_utils
from splittable_kwargs import splittableKwargsFunction, \
make_splittable_kwargs_function
-
import .
common
-
import .
config
-
import .
bump_analyze
-
import .
T_analyze
-
import .
vib_analyze
-
import .
analyze
+
from . import
common
+
from . import
config
+
from . import
bump_analyze
+
from . import
T_analyze
+
from . import
vib_analyze
+
from . import
analyze
# bump family