HUGE code cleanup

This commit is contained in:
jomo
2014-06-10 01:31:03 +02:00
parent 3dd467afec
commit cb716abd6b
12 changed files with 316 additions and 313 deletions

View File

@@ -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"