Author: gnichols Date: 2011-03-23 15:31:27 +0000 (Wed, 23 Mar 2011) New Revision: 825
Modified: trunk/v7/configfile.py Log: 689494 - Traceback on RHEL5: configfile.py
Modified: trunk/v7/configfile.py =================================================================== --- trunk/v7/configfile.py 2011-03-23 15:29:40 UTC (rev 824) +++ trunk/v7/configfile.py 2011-03-23 15:31:27 UTC (rev 825) @@ -18,7 +18,7 @@
# <parametername> <value(s)>
-class ConfigFile(): +class ConfigFile:
def __init__(self, filePath): self.filePath = filePath
v7-commits@lists.stg.fedorahosted.org