dont make Config inherit dict clas
authorTony Mack <tmack@cs.princeton.edu>
Tue, 5 May 2009 01:35:06 +0000 (01:35 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 5 May 2009 01:35:06 +0000 (01:35 +0000)
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.