add pep8 headers so these scripts spit out errors when running pep8.

made some changes but mostly these scripts will give pep8 warnings.
This commit is contained in:
Campbell Barton
2009-12-13 14:38:30 +00:00
parent 1add5b58e8
commit 7fc4ab2aab
26 changed files with 290 additions and 217 deletions

View File

@@ -21,6 +21,8 @@
# the file COPYING, distributed as part of this software.
#*****************************************************************************
# <pep8 compliant>
"""Completer for import statements
Original code was from IPython/Extensions/ipy_completers.py. The following