##// END OF EJS Templates
add helpful (commented out) imports to template ipy_user_conf.py.
Ville M. Vainio -
Show More
@@ -72,6 +72,20 b' def main():'
72 #o.autoexec.append('%colors NoColor')
72 #o.autoexec.append('%colors NoColor')
73 #o.autoexec.append('%colors Linux')
73 #o.autoexec.append('%colors Linux')
74
74
75 # for sane integer division that converts to float (1/2 == 0.5)
76 #o.autoexec.append('from __future__ import division')
77
78 # For %tasks and %kill
79 #import jobctrl
80
81 # For autoreloading of modules (%autoreload, %aimport)
82 #import ipy_autoreload
83
84 # For winpdb support (%wdb)
85 #import ipy_winpdb
86
87 # For bzr completer, requires bzrlib (the python installation of bzr)
88 #import ipy_bzr
75
89
76 # some config helper functions you can use
90 # some config helper functions you can use
77 def import_all(modules):
91 def import_all(modules):
General Comments 0
You need to be logged in to leave comments. Login now