From: W. Trevor King Date: Tue, 4 May 2010 07:23:44 +0000 (-0400) Subject: Oops, fix libinput import in hooke.plugin.review. Missed it in the merge X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=eac3a60fbcd78438a435d958a371cbcf0e6edae6;p=hooke.git Oops, fix libinput import in hooke.plugin.review. Missed it in the merge --- diff --git a/hooke/plugin/review.py b/hooke/plugin/review.py index ef2ee51..715a4a3 100644 --- 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: