Remove superfluous ..plugin from imports in hooke.plugin.*
[hooke.git] / hooke / plugin / system.py
index 84f9ee6f7fa2883f66239fd97ff17230ccde0e8c..3d4c7262e265de00083e15c0a7b7839bfbf7c7cc 100644 (file)
@@ -27,7 +27,7 @@ import subprocess
 import sys
 
 from ..command import Command, Argument
-from ..plugin import Builtin
+from . import Builtin
 
 
 class SystemPlugin (Builtin):