[pyrepl-checkins] r43419 - pyrepl/trunk/pyrepl/pyrepl

fijal at codespeak.net fijal at codespeak.net
Tue May 15 20:12:28 CEST 2007


Author: fijal
Date: Tue May 15 20:12:27 2007
New Revision: 43419

Modified:
   pyrepl/trunk/pyrepl/pyrepl/cmdrepl.py
Log:
This is obvious typo, not sure how much it works


Modified: pyrepl/trunk/pyrepl/pyrepl/cmdrepl.py
==============================================================================
--- pyrepl/trunk/pyrepl/pyrepl/cmdrepl.py	(original)
+++ pyrepl/trunk/pyrepl/pyrepl/cmdrepl.py	Tue May 15 20:12:27 2007
@@ -46,7 +46,7 @@
     
     CR_init = CR.__init__
     def __init__(self, completions):
-        self.CR_init()
+        self.CR_init(self)
         self.completions = completions
 
     def get_completions(self, stem):


More information about the pyrepl-checkins mailing list