projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be0142c
)
Oops, fix libinput import in hooke.plugin.review. Missed it in the merge
author
W. Trevor King
<wking@drexel.edu>
Tue, 4 May 2010 07:23:44 +0000
(
03:23
-0400)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 4 May 2010 07:23:44 +0000
(
03:23
-0400)
hooke/plugin/review.py
patch
|
blob
|
history
diff --git
a/hooke/plugin/review.py
b/hooke/plugin/review.py
index ef2ee517d7c72406d2d37fa7d5e3698b34d77e80..715a4a30e984ec49169eb8137ec8a351d30fc3fc 100644
(file)
--- a/
hooke/plugin/review.py
+++ b/
hooke/plugin/review.py
@@
-10,13
+10,14
@@
wxversion.select(WX_GOOD)
from wx import PostEvent
import numpy as np
import shutil
-import libinput as linp
import copy
import os.path
import warnings
warnings.simplefilter('ignore',np.RankWarning)
+from .. import libinput as linp
+
class reviewCommands: