diff --git a/IPython/UserConfig/ipy_apps.py b/IPython/UserConfig/ipy_apps.py deleted file mode 100644 index 1eb4b03..0000000 --- a/IPython/UserConfig/ipy_apps.py +++ /dev/null @@ -1,7 +0,0 @@ -import IPython.ipapi -ip = IPython.ipapi.get() - -def main(): - ip.magic('rehashdir c:/opt/kdiff3') - -main() diff --git a/IPython/UserConfig/ipy_user_conf.py b/IPython/UserConfig/ipy_user_conf.py index d094813..fd93cf1 100644 --- a/IPython/UserConfig/ipy_user_conf.py +++ b/IPython/UserConfig/ipy_user_conf.py @@ -24,7 +24,6 @@ ip = IPython.ipapi.get() def main(): o = ip.options() - import ipy_apps # An example on how to set options #o.autocall = 1