Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12352, comment 1


Ignore:
Timestamp:
Mar 3, 2016, 7:15:35 AM (8 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12352, comment 1

    initial v1  
    2727 
    2828+        if sys.flags.optimize != 0:
    29 +            raise EnvironmentError(_("Python with optimizations enabled is not "
    30 +                                     "supported."))
     29+            raise EnvironmentError("Python with optimizations enabled is not "
     30+                                   "supported.")
    3131+        _initialization_checks = True
    3232+