this is causing an exception, changing back until it can be hunted down

This commit is contained in:
Thomas S Hatch 2012-03-28 18:25:28 -06:00
parent f37725fff3
commit bc9441c091

View File

@ -11,7 +11,7 @@ try:
except:
pass
load = yaml.safe_load
load = yaml.load
class DuplicateKeyWarning(RuntimeWarning):