Home | Trees | Indices | Help |
|
---|
|
1 #====================================================================== 2 # GNUmed patient measurements plugin 3 # 4 # @copyright: author 5 #====================================================================== 6 __version__ = "$Revision: 1.3 $" 7 __author__ = "Karsten Hilbert" 8 __license__ = 'GPL (details at http://www.gnu.org)' 9 10 import logging 11 12 13 from Gnumed.wxpython import gmPlugin, gmMeasurementWidgets 14 from Gnumed.pycommon import gmI18N 15 16 17 _log = logging.getLogger('gm.ui') 18 _log.info(__version__) 19 #====================================================================== 39 #====================================================================== 40 # main 41 #---------------------------------------------------------------------- 42 if __name__ == "__main__": 43 print "no test code" 44 45 #====================================================================== 46 # $Log: gmMeasurementsGridPlugin.py,v $ 47 # Revision 1.3 2009-05-08 08:02:01 ncq 48 # - cleanup 49 # 50 # Revision 1.2 2008/06/24 14:01:02 ncq 51 # - improved menu item label 52 # 53 # Revision 1.1 2008/03/25 19:33:15 ncq 54 # - new plugin 55 # 56 # 57
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Nov 29 04:04:40 2010 | http://epydoc.sourceforge.net |