__init__.py: attempt import of reportlab.local_rl_mods for customization py33
authorrobin
Wed, 12 Feb 2014 12:27:48 +0000
branchpy33
changeset 4032 5106a9463326
parent 4031 15658a216a6c
child 4033 480bd0313eb0
__init__.py: attempt import of reportlab.local_rl_mods for customization
src/reportlab/__init__.py
--- 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