summaryrefslogtreecommitdiff
path: root/mysqlhack.py
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2015-01-07 00:17:20 +0100
committerjomo <github@jomo.tv>2015-01-07 00:17:20 +0100
commit68430fa1755da44576f39e41e6fdc53929d299d7 (patch)
treec20f8a0f55cdcbddbc85f0d880ebdc314246350f /mysqlhack.py
parentf579759e60994c4cd4dfa65f943c9c590a3166b5 (diff)
move module descriptions to main.py or modules themself
Diffstat (limited to 'mysqlhack.py')
-rw-r--r--mysqlhack.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysqlhack.py b/mysqlhack.py
index 64821a1..7153bdf 100644
--- a/mysqlhack.py
+++ b/mysqlhack.py
@@ -1,4 +1,9 @@
#pylint: disable = F0401
+"""
+A library that makes use of the so called ClassPathHack for jython
+to allow proper loading of mysql-connector.jar at runtime.
+Import only, no methods.
+"""
import java.lang.reflect.Method
import java.io.File
import java.net.URL