changeset 208:f10bd1f0c7e3

case changes in parameters
author catherine@Elli.myhome.westell.com
date Mon, 09 Mar 2009 20:48:20 -0400
parents a3bec7704e65
children 6dc79bf15fc6
files cmd2.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cmd2.py	Wed Mar 04 17:44:57 2009 -0500
+++ b/cmd2.py	Mon Mar 09 20:48:20 2009 -0400
@@ -199,7 +199,6 @@
             raise exc    
 
 def replace_with_file_contents(fname):
-    import pdb; pdb.set_trace()
     if fname:
         try:
             result = open(os.path.expanduser(fname[0])).read()