##// END OF EJS Templates
refer to rlcompleter orginins...
Paul Ivanov -
Show More
@@ -48,6 +48,9 b' Notes:'
48
48
49 # Copyright (c) IPython Development Team.
49 # Copyright (c) IPython Development Team.
50 # Distributed under the terms of the Modified BSD License.
50 # Distributed under the terms of the Modified BSD License.
51 #
52 # Some of this code originated from rlcompleter in the Python standard library
53 # Copyright (C) 2001 Python Software Foundation, www.python.org
51
54
52 import __main__
55 import __main__
53 import glob
56 import glob
General Comments 0
You need to be logged in to leave comments. Login now