Commit 6e795556 by Michael DeHaan

remove stray imports

parent b6ab5dd6
......@@ -452,9 +452,6 @@ def filter_leading_non_json_lines(buf):
filtered_lines.write(line + '\n')
return filtered_lines.getvalue()
import glob, imp
from os.path import join, basename, splitext
def import_plugins(directory):
modules = {}
for path in glob.glob(os.path.join(directory, '*.py')):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment