Added modular directory structure.
[hooke.git] / hooke / plugin / viewer.py
index 961b6a2eba35c6b5d940820e2e7d24f6603dae00..43f74aee2d5404201818586ce8ca7b32f463e4f2 100644 (file)
@@ -7,10 +7,10 @@ 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:
+class viewerCommands(object):
        
     def _plug_init(self):
         self.viewerlist=[]