summaryrefslogtreecommitdiff
path: root/mysqlhack.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-05-17 00:14:40 +0200
committerjomo <github@jomo.tv>2014-05-17 00:14:40 +0200
commit57882c8deced088f4ffb4fbd6beea9e499ab754e (patch)
tree8d7eff662bb12c19e014a83a979ce05db94e5c27 /mysqlhack.py
parent9f1ed1fb668f0a60170eac88909bf2b3e69402f8 (diff)
rename mysql-connector
Diffstat (limited to 'mysqlhack.py')
-rwxr-xr-xmysqlhack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysqlhack.py b/mysqlhack.py
index b85d3e7..f102dc3 100755
--- a/mysqlhack.py
+++ b/mysqlhack.py
@@ -7,7 +7,7 @@ from java.lang import Class
# hacky code to add mysql-connector to java's classpath ('classPathHack')
-jarfile = "lib/mysql-connector-java-5.1.14-bin.jar"
+jarfile = "lib/mysql-connector.jar"
driver = "com.mysql.jdbc.Driver"
url = java.io.File(jarfile).toURL()