From: Barış Metin Date: Mon, 6 Jul 2009 16:47:59 +0000 (+0000) Subject: typo X-Git-Tag: sfa-0.9-0@14641~151 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=f4e82e14bbcc28b4a9a82c3671f7a90602a81549 typo --- diff --git a/sfa/util/config.py b/sfa/util/config.py index b832d8fb..680cd8d3 100644 --- a/sfa/util/config.py +++ b/sfa/util/config.py @@ -35,7 +35,7 @@ class Config: def load(self, config_file): try: - execfile(self.config_file, self.__dict__) + execfile(config_file, self.__dict__) self.config_file = config_file self.config_path = os.path.dirname(config_file) except IOError, e: