Home | Trees | Indices | Help |
|
---|
|
1 #===================================================== 2 # GNUmed waiting list 3 #===================================================== 4 __author__ = "Karsten Hilbert <Karsten.Hilbert@gmx.net>" 5 __license__ = "GPL" 6 7 from Gnumed.wxpython import gmPlugin, gmWaitingListWidgets 8 9 #======================================================================11 """Plugin to encapsulate the waiting list.""" 12 13 tab_name = _('Waiting list') 14 #-------------------------------------------------------- 17 #-------------------------------------------------------- 20 #-------------------------------------------------------- 24 #--------------------------------------------------------30 #====================================================================== 3126 return ('office', _('&Waiting list'))27 #--------------------------------------------------------
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Feb 9 04:01:29 2012 | http://epydoc.sourceforge.net |