src/reportlab/graphics/renderbase.py
changeset 3032 22224b1b4d24
parent 2964 32352db0d71e
child 3233 9408fec15198
--- a/src/reportlab/graphics/renderbase.py	Fri Dec 12 17:01:47 2008 +0000
+++ b/src/reportlab/graphics/renderbase.py	Fri Dec 12 17:55:22 2008 +0000
@@ -1,12 +1,9 @@
 #Copyright ReportLab Europe Ltd. 2000-2004
 #see license.txt for license details
 #history http://www.reportlab.co.uk/cgi-bin/viewcvs.cgi/public/reportlab/trunk/reportlab/graphics/renderbase.py
-"""
-Superclass for renderers to factor out common functionality and default implementations.
-"""
-
 
 __version__=''' $Id $ '''
+__doc__='''Superclass for renderers to factor out common functionality and default implementations.'''
 
 from reportlab.graphics.shapes import *
 from reportlab.lib.validators import DerivedValue