author | robin |
Wed, 12 Feb 2014 12:27:48 +0000 | |
branch | py33 |
changeset 4032 | 5106a9463326 |
parent 4031 | 15658a216a6c |
child 4033 | 480bd0313eb0 |
--- a/src/reportlab/__init__.py Wed Feb 12 11:22:14 2014 +0000 +++ b/src/reportlab/__init__.py Wed Feb 12 12:27:48 2014 +0000 @@ -25,3 +25,9 @@ import __builtin__ __builtin__.ascii = ascii del ascii, __builtin__ + +#the module reportlab.local_rl_mods can be used to customize just about anything +try: + import reportlab.local_rl_mods +except ImportError: + pass