Reverted a change that was not ready in config class

This commit is contained in:
echel0n 2014-04-07 08:22:11 -07:00
commit aa427242de

View file

@ -114,7 +114,8 @@ class config(original_ConfigObj):
if key in config()[section].keys():
return config()[section][key]
def migrate(self, *args, **kw):
@staticmethod
def migrate():
global config_new, config_old
config_new = config_old = None