summaryrefslogtreecommitdiff
path: root/demoapp
diff options
context:
space:
mode:
Diffstat (limited to 'demoapp')
-rw-r--r--demoapp/cliffdemo/simple.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/demoapp/cliffdemo/simple.py b/demoapp/cliffdemo/simple.py
index 4416814..ccfd7ef 100644
--- a/demoapp/cliffdemo/simple.py
+++ b/demoapp/cliffdemo/simple.py
@@ -3,6 +3,7 @@ from cliff.command import Command
class Simple(Command):
+ "A simple command that prints a message."
def run(self, parsed_args):
print 'hi!'