move module descriptions to main.py or modules themself

This commit is contained in:
jomo
2015-01-07 00:17:20 +01:00
parent f579759e60
commit 68430fa175
5 changed files with 38 additions and 2 deletions

View File

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