Added modular directory structure.
[hooke.git] / hooke / plugin / viewer.py
index 7a6881dd25e4c7a81adb3322e705090a389ebf64..43f74aee2d5404201818586ce8ca7b32f463e4f2 100644 (file)
@@ -7,8 +7,8 @@ This program is released under the GNU General Public License version 2.
 '''
 
 
-import libviewer as lview
-import libinput as linput
+from .. import libviewer as lview
+from .. import libinput as linput
 
 class viewerCommands(object):