X-Git-Url: http://git.tremily.us/?p=hooke.git;a=blobdiff_plain;f=hooke%2Fplugin%2Fcommand_stack.py;h=ab75ce40182cafb785a883c84e408a024c10681b;hp=fc696a76a003742031e67187a73c02b6711e9de3;hb=cf4eb693152d35700518b5451a0a7777786ec994;hpb=45c5d07228fbe9cefd209012849faa86dd7a020f diff --git a/hooke/plugin/command_stack.py b/hooke/plugin/command_stack.py index fc696a7..ab75ce4 100644 --- a/hooke/plugin/command_stack.py +++ b/hooke/plugin/command_stack.py @@ -19,16 +19,13 @@ # . """The ``command_stack`` module provides :class:`CommandStackPlugin` -and several associated :class:`~hooke.command.Command`\s for managing -stacks of :class:`~hooke.engine.CommandMessage`\s and applying those -stacks to :class:`~hooke.curve.Curve`\s. +and several associated :class:`~hooke.command.Command`\s exposing +:mod`hooke.command_stack`'s functionality. """ -import os.path -import string - -from .. import curve as lhc -from .. import libinput as linput +from ..command import Command, Argument, Failure +from ..plugin import Builtin +from .curve import CurveCommand class macroCommands(object):