Trees | Indices | Help |
---|
|
1 # Check if ReportLab is installed. 2 3 try: 4 import reportlab as r 5 del r 6 except ImportError: 7 raise ImportError("Install ReportLab if you want to use Bio.Graphics. You can find ReportLab at http://www.reportlab.org/downloads.html") 8
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Dec 25 10:44:21 2008 | http://epydoc.sourceforge.net |