diff --git a/ev.py b/ev.py index 8ad683a00..f27419dcf 100644 --- a/ev.py +++ b/ev.py @@ -183,7 +183,7 @@ class DefaultCmds(object): from src.commands.default.cmdset_default import DefaultCmdSet from src.commands.default.cmdset_ooc import OOCCmdSet from src.commands.default.cmdset_unloggedin import UnloggedinCmdSet - from src.commands.default.muxcommand import MuxCommand + from src.commands.default.muxcommand import MuxCommand, MuxCommandOOC def __init__(self): "populate the object with commands"