From e3867eeab20a846b218068a70a996ba737c59bf4 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 29 Sep 2013 14:39:53 +0200 Subject: [PATCH] Remove useless testing call --- core/config.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/config.py b/core/config.py index f073d07..776ab35 100644 --- a/core/config.py +++ b/core/config.py @@ -98,6 +98,3 @@ class ConfigurationReader(object): includedata = self.read_config(file_) self.configdata = dict_combine_recursive(self.configdata, includedata) self.config_includes(includedata) - -if __name__ == "__main__": - c = ConfigurationReader("test.yaml")