Subversion Repositories yaws

Rev

Rev 1 | Rev 13 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 12
Line 19... Line 19...
19
#  along with this program; if not, write to the Free Software
19
#  along with this program; if not, write to the Free Software
20
#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
21
#  MA 02110-1301, USA.
21
#  MA 02110-1301, USA.
22
#  
22
#  
23
#  
23
#  
24
import configparser
24
#import configparser
Line 25... Line 25...
25
 
25
 
Line 26... Line 26...
26
cfg = configparser.ConfigParser()
26
#cfg = configparser.ConfigParser()
27
 
27
 
28
if cfgPath is not None:
28
#if cfgPath is not None:
29
    cfg.read(cfgPath)
29
#    cfg.read(cfgPath)