Moved core code up to oftest directory
diff --git a/tools/munger/Makefile b/tools/munger/Makefile
index 43f02e2..4e979d2 100644
--- a/tools/munger/Makefile
+++ b/tools/munger/Makefile
@@ -10,7 +10,7 @@
PYLIBOF_DIR = ${TOOLS_DIR}/pylibopenflow
-TARGET_DIR = ${TOP_DIR}/src/python/oftest/protocol
+TARGET_DIR = ${TOP_DIR}/src/python/oftest
# Relative to pyopenflow-pythonize exec location
OF_HEADER = include/openflow.h
@@ -49,6 +49,7 @@
mkdir -p lint
(cd ${TARGET_DIR} && pylint -e $(notdir $<)) > $@
+# Note that lint has issues with scapy syntax
lint: ${LINT_FILES}
# For now. just local source doc generated