changeset 4089 | ca6c60fd1f62 |
parent 4071 | 8a945e72d376 |
child 4389 | 61a7f0840d00 |
--- a/src/reportlab/lib/rl_accel.py Wed Apr 30 10:18:24 2014 +0100 +++ b/src/reportlab/lib/rl_accel.py Wed Apr 30 11:26:59 2014 +0100 @@ -16,9 +16,9 @@ add32 hex32 '''.split())) -import __main__ -testing = getattr(__main__,'_rl_testing',False) -del __main__ +import reportlab +testing = getattr(reportlab,'_rl_testing',False) +del reportlab for fn in __all__: try: