Commit c072521c authored by Jérome Perrin's avatar Jérome Perrin

stop hiding deprecation warning. This was a wrong idea.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26923 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cebaafd5
......@@ -6,10 +6,6 @@
__version__ = '0.3.0'
# XXX: Suppress DeprecationWarnings
import warnings
warnings.simplefilter('ignore', DeprecationWarning, append=1)
# XXX make sure that get_request works.
current_app = None
import Products.ERP5Type.Utils
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment