Home | Trees | Indices | Help |
|
---|
|
1 # -*- coding: utf-8 -*- 2 #===================================================== 3 # GNUmed data mining plugin aka SimpleReports 4 #===================================================== 5 __author__ = "Karsten Hilbert <Karsten.Hilbert@gmx.net>" 6 __license__ = "GPL" 7 8 from Gnumed.wxpython import gmPlugin, gmDataMiningWidgets 9 10 #======================================================================12 """Plugin to encapsulate a simple data mining window.""" 13 14 tab_name = _('Reports') 15 #-------------------------------------------------------- 18 #-------------------------------------------------------- 21 #-------------------------------------------------------- 25 #-------------------------------------------------------- 28 #--------------------------------------------------------31 #====================================================================== 32
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Nov 10 02:55:34 2019 | http://epydoc.sourceforge.net |