Fixed a typo in the example command template.

This commit is contained in:
Griatch 2012-05-19 11:01:48 +02:00
parent 4ce750d1ee
commit 6fa5e42909

View file

@ -9,7 +9,7 @@ examples/cmdset.py)
""" """
from ev import Command as BaseCommand from ev import Command as BaseCommand
from ev import default_cmd from ev import default_cmds
from ev import utils from ev import utils
class Command(BaseCommand): class Command(BaseCommand):
@ -89,7 +89,7 @@ class Command(BaseCommand):
pass pass
class MuxCommand(default_cmd.MuxCommand): class MuxCommand(default_cmds.MuxCommand):
""" """
This sets up the basis for a Evennia's 'MUX-like' command This sets up the basis for a Evennia's 'MUX-like' command
style. The idea is that most other Mux-related commands should style. The idea is that most other Mux-related commands should