diff docs/pycon2010/pirate6.py @ 354:7cd04727f7f7

redirect works even with print
author catherine@dellzilla
date Wed, 17 Feb 2010 12:08:42 -0500
parents 8a5bc9f5c28e
children bf314710e64b
line wrap: on
line diff
--- a/docs/pycon2010/pirate6.py	Wed Feb 17 00:01:55 2010 -0500
+++ b/docs/pycon2010/pirate6.py	Wed Feb 17 12:08:42 2010 -0500
@@ -1,4 +1,4 @@
-from cmd import Cmd
+from cmd2 import Cmd
 # prompts and defaults
 
 class Pirate(Cmd):