Move scanners in its own directory. Dir base-tests -> base_tests so we

can import from that.
This commit is contained in:
rocky
2015-12-14 08:48:59 -05:00
parent f595f659ad
commit b5797dfa0f
61 changed files with 213 additions and 277 deletions

View File

@@ -11,7 +11,7 @@ RM ?= rm
LINT = flake8
#EXTRA_DIST=ipython/ipy_trepan.py trepan
PHONY=check clean dist distclean test test-unit test-functional rmChangeLog clean_pyc nosetests
PHONY=check clean dist distclean lint flake8 test test-unit test-functional rmChangeLog clean_pyc nosetests
#: Default target - same as "check"
all: check
@@ -46,7 +46,9 @@ sdist:
#: Style check. Set env var LINT to pyflakes, flake, or flake8
lint:
lint: flake8
flake8:
$(LINT) uncompyle6
#: Create binary egg distribution