branch | py33 |
changeset 4032 | 5106a9463326 |
parent 4031 | 15658a216a6c |
child 4039 | 46125dfa361c |
--- 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