Merge pull request #1747 from JGoutin/OptimizeLevel2Compilation-patch

Import fail if python is running with -OO
This commit is contained in:
Emmanuelle Gouillart
2015-12-30 23:14:03 +01:00
+2 -2
View File
@@ -58,5 +58,5 @@ def _update_doc(doc):
return doc
__doc__ = _update_doc(__doc__)
if __doc__ is not None:
__doc__ = _update_doc(__doc__)