Re: Configfile

2006-10-27 Thread Larry Bates
Fulvio wrote: > *** > Your mail has been scanned by InterScan MSS. > *** > > > HI, > > I've a small doubt regarding the way to save a configuration file on the file > manipulated by ConfigParser. > As far as I could understand this: > > cp = ConfigParser

Re: Configfile

2006-10-27 Thread Diez B. Roggisch
Fulvio schrieb: > *** > Your mail has been scanned by InterScan MSS. > *** > > > HI, > > I've a small doubt regarding the way to save a configuration file on the file > manipulated by ConfigParser. > As far as I could understand this: > > cp = ConfigPars

Configfile

2006-10-27 Thread Fulvio
*** Your mail has been scanned by InterScan MSS. *** HI, I've a small doubt regarding the way to save a configuration file on the file manipulated by ConfigParser. As far as I could understand this: cp = ConfigParser.ConfigParser cp.set(section,option)