Oops, fix libinput import in hooke.plugin.review. Missed it in the merge
authorW. Trevor King <wking@drexel.edu>
Tue, 4 May 2010 07:23:44 +0000 (03:23 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 4 May 2010 07:23:44 +0000 (03:23 -0400)
hooke/plugin/review.py

index ef2ee517d7c72406d2d37fa7d5e3698b34d77e80..715a4a30e984ec49169eb8137ec8a351d30fc3fc 100644 (file)
@@ -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: