diff --git a/IPython/core/completer.py b/IPython/core/completer.py index 374ac60..125590f 100644 --- a/IPython/core/completer.py +++ b/IPython/core/completer.py @@ -48,6 +48,9 @@ Notes: # Copyright (c) IPython Development Team. # Distributed under the terms of the Modified BSD License. +# +# Some of this code originated from rlcompleter in the Python standard library +# Copyright (C) 2001 Python Software Foundation, www.python.org import __main__ import glob