[Checkins] SVN: grokcore.startup/branches/ipython-debug-shell/src/grokcore/startup/__init__.py fix missing e

Christian Klinger cvs-admin at zope.org
Fri Apr 27 08:28:51 UTC 2012


Log message for revision 125318:
  fix missing e

Changed:
  U   grokcore.startup/branches/ipython-debug-shell/src/grokcore/startup/__init__.py

-=-
Modified: grokcore.startup/branches/ipython-debug-shell/src/grokcore/startup/__init__.py
===================================================================
--- grokcore.startup/branches/ipython-debug-shell/src/grokcore/startup/__init__.py	2012-04-27 08:13:59 UTC (rev 125317)
+++ grokcore.startup/branches/ipython-debug-shell/src/grokcore/startup/__init__.py	2012-04-27 08:28:47 UTC (rev 125318)
@@ -19,4 +19,4 @@
     import IPython
     from grokcore.startup.debug import interactive_debug_prompt
 except:
-    from grokcore.startup.startup import interactiv_debug_prompt
+    from grokcore.startup.startup import interactive_debug_prompt



More information about the checkins mailing list