cwctl.py
branchstable
changeset 3715 e3ccadb126d7
parent 3709 e67ade20bf80
child 3720 5376aaadd16b
child 4064 3b12e4192983
--- a/cwctl.py	Fri Oct 16 17:12:10 2009 +0200
+++ b/cwctl.py	Mon Oct 19 09:15:19 2009 +0200
@@ -777,7 +777,7 @@
         try:
             if args:
                 for arg in args:
-                    mih.process_script(arg)
+                    mih.cmd_process_script(arg)
             else:
                 mih.interactive_shell()
         finally: