##// END OF EJS Templates
Fixing a few typo bugs in Extensions.
Brian Granger -
Show More
@@ -7,7 +7,7 b' but the basic idea is to do:'
7 ip.set_hook('complete_command', svn_completer, str_key = 'svn')
7 ip.set_hook('complete_command', svn_completer, str_key = 'svn')
8
8
9 """
9 """
10 import IPython.core import ipapi
10 from IPython.core import ipapi
11 import glob,os,shlex,sys
11 import glob,os,shlex,sys
12 import inspect
12 import inspect
13 from time import time
13 from time import time
1 NO CONTENT: file renamed from IPython/prefilter.py to IPython/core/prefilter.py
NO CONTENT: file renamed from IPython/prefilter.py to IPython/core/prefilter.py
General Comments 0
You need to be logged in to leave comments. Login now