index
:
delta/python-packages/cmd2-hg.git
desaintmartin/fixed-which-calls-being-verbose-to-stder-1369996337663
master
bitbucket.org: Obsolete (use python-packages/cmd2-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
pycon2010
/
pirate.py
blob: 98db50ea70a99ab082717c4ffa088d70901ed283 (
plain
)
1
2
3
4
5
6
7
from cmd import Cmd class Pirate(Cmd): pass pirate = Pirate() pirate.cmdloop()