Remove superfluous ..plugin from imports in hooke.plugin.*
[hooke.git] / hooke / plugin / command_stack.py
index ab75ce40182cafb785a883c84e408a024c10681b..5552c7ef7ed879e596d2fb363b7dbfacbe1fd24c 100644 (file)
@@ -24,7 +24,7 @@ and several associated :class:`~hooke.command.Command`\s exposing
 """
 
 from ..command import Command, Argument, Failure
-from ..plugin import Builtin
+from . import Builtin
 from .curve import CurveCommand
 
 class macroCommands(object):