Commit ae3942ba by Calen Pennington

Remove warning filter from library code (should be set by applications/tests directly)

parent 347b6606
......@@ -5,10 +5,6 @@ This file contains helper functions for configuring module_store_setting setting
import warnings
# Python 2.7 by default suppresses DeprecationWarnings. Make sure we show these, always.
warnings.simplefilter('once', DeprecationWarning)
def convert_module_store_setting_if_needed(module_store_setting):
"""
Converts old-style module_store_setting configuration settings to the new format.
......
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