summaryrefslogtreecommitdiff
path: root/mysqlhack.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-06-10 01:31:03 +0200
committerjomo <github@jomo.tv>2014-06-10 01:31:03 +0200
commit98620428ec0a1116a0530eab8feca3d48f75fb96 (patch)
tree16f04601bb18586e4f41a3ce66600a7da37c6a21 /mysqlhack.py
parente466d5426cd6cdcc1d250f44b6f16c215b3affc9 (diff)
HUGE code cleanup
Diffstat (limited to 'mysqlhack.py')
-rw-r--r--mysqlhack.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysqlhack.py b/mysqlhack.py
index f102dc3..9b8a7ba 100644
--- a/mysqlhack.py
+++ b/mysqlhack.py
@@ -1,3 +1,4 @@
+#pylint: disable=F0401
import java.lang.reflect.Method
import java.io.File
import java.net.URL
@@ -7,6 +8,8 @@ from java.lang import Class
# hacky code to add mysql-connector to java's classpath ('classPathHack')
+# DO NOT TOUCH, it works, mkay?
+
jarfile = "lib/mysql-connector.jar"
driver = "com.mysql.jdbc.Driver"