summaryrefslogtreecommitdiff
path: root/mysqlhack.py
diff options
context:
space:
mode:
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"