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

Christian Klinger cvs-admin at zope.org
Fri Apr 27 09:18:32 UTC 2012


Log message for revision 125321:
  wording

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 09:15:15 UTC (rev 125320)
+++ grokcore.startup/branches/ipython-debug-shell/src/grokcore/startup/__init__.py	2012-04-27 09:18:28 UTC (rev 125321)
@@ -15,7 +15,7 @@
 from grokcore.startup.startup import (application_factory,
                                       debug_application_factory)
 
-def getDebugger(zope_conf):
+def get_debugger(zope_conf):
     try:
         import IPython
         from grokcore.startup.debug import interactive_debug_prompt



More information about the checkins mailing list