Remove kong. Fixes bug 1052511.

Change-Id: I5e027c9539fd2c594d24447866e79c8caad9aa40
diff --git a/run_tests.sh b/run_tests.sh
index f62667e..680f79e 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -43,7 +43,7 @@
 
 function run_pep8 {
   echo "Running pep8 ..."
-  PEP8_EXCLUDE="kong,etc,include,tools"
+  PEP8_EXCLUDE="etc,include,tools"
   PEP8_OPTIONS="--exclude=$PEP8_EXCLUDE --repeat"
   PEP8_INCLUDE="."
   pep8 $PEP8_OPTIONS $PEP8_INCLUDE