Mercurial > python-cmd2
view docs/pycon2010/pirate.py @ 367:d34f3e8d895f
working out fileutil
author | cat@eee |
---|---|
date | Thu, 18 Feb 2010 15:15:29 -0500 |
parents | 2ce34ad4e520 |
children |
line wrap: on
line source
from cmd import Cmd class Pirate(Cmd): pass pirate = Pirate() pirate.cmdloop()