Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ipy_user_conf.py
diff options
context:
space:
mode:
authorroot <root@ghunt-desktop.(none)>2010-11-10 16:58:38 (GMT)
committer root <root@ghunt-desktop.(none)>2010-11-10 16:58:38 (GMT)
commitfba87852b019e48ab3db508138f3ac35932a6f5a (patch)
tree3a38eadfc783d9f781cb3a3f1246b6abefef007f /ipy_user_conf.py
parent966312ba98d729177238f4663d789a789663eb2e (diff)
embeded shell, embeded trace, help localization
Diffstat (limited to 'ipy_user_conf.py')
-rw-r--r--ipy_user_conf.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/ipy_user_conf.py b/ipy_user_conf.py
index c2e559c..4877f9c 100644
--- a/ipy_user_conf.py
+++ b/ipy_user_conf.py
@@ -1,4 +1,4 @@
-F""" User configuration file for IPython
+""" User configuration file for IPython
This is a more flexible and safe way to configure ipython than *rc files
(ipythonrc, ipythonrc-pysh etc.)
@@ -18,8 +18,10 @@ description on what you could do here.
# Most of your config files and extensions will probably start with this import
-#import IPython.ipapi
-from IPython.core import ipapi
+#definition for ipythin 0.10
+from IPython import ipapi
+#definition for ipythin 0.11
+#from IPython.core import ipapi
ip = ipapi.get()
# You probably want to uncomment this if you did %upgrade -nolegacy