dont make Config inherit dict clas
[sfa.git] / geni / util / config.py
index 59b330c..e99674c 100644 (file)
@@ -19,7 +19,7 @@ import sys
 
 geni =  os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))+ os.sep + "geni"
 
-class Config(dict):
+class Config:
     """
     Parse the bash/Python/PHP version of the configuration file. Very
     fast but no type conversions.