##// END OF EJS Templates
Fix zope profile extension....
Kiorky -
Show More
@@ -24,6 +24,8 b' import sys'
24 24 import os
25 25 import textwrap
26 26
27 sys_oldstdin = sys.stdin
28
27 29 # The import below effectively obsoletes your old-style ipythonrc[.ini],
28 30 # so consider yourself warned!
29 31 # import ipy_defaults
@@ -313,6 +315,7 b' def main():'
313 315 """ % ( ",".join([ x for x in dir(zope_debug.utils) if not x.startswith("_") ] ) ) )
314 316
315 317
318 sys.stdin = sys_oldstdin
316 319 ip.user_ns.update( zope_debug.namespace )
317 320
318 321
General Comments 0
You need to be logged in to leave comments. Login now