typo
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Mon, 6 Jul 2009 16:47:59 +0000 (16:47 +0000)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Mon, 6 Jul 2009 16:47:59 +0000 (16:47 +0000)
sfa/util/config.py

index b832d8f..680cd8d 100644 (file)
@@ -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: