Marcus Huewe
ec971074b0
- OscConfigParser.__str__: added special handling for continuation lines
2010-12-18 15:12:07 +01:00
Marcus Huewe
4a8a495849
- OscConfigParser: don't interpolate continuation lines
2010-11-14 18:53:14 +01:00
Ludwig Nussel
4187a18de7
compact empty lines
2010-06-23 14:47:52 +02:00
Ludwig Nussel
32e99306b4
add vim mode lines to avoid evil tab characters :-)
2010-02-25 09:53:45 +01:00
Pavol Rusnak
661d927d38
code cleanup
2009-10-20 14:30:15 +00:00
Marcus Hüwe
b195202be5
- allow empty config values (e.g. "foo=")
2009-09-16 23:28:20 +00:00
Marcus Hüwe
abc9e24f61
license blabla...
2009-03-04 22:57:28 +00:00
Marcus Hüwe
9d15f612cb
- this is escaping isn't needed. If we don't want to use interpolation we should call the appropriate methods with correct parameters. (luckily nobody except Peter noticed this issue because it resulted in a 0byte ~/.oscrc)
2008-11-28 16:53:07 +00:00
Marcus Hüwe
db7c4c4ad5
- fixed #427118
2008-09-18 15:04:42 +00:00
Marcus Hüwe
d58fffc7b6
removed debugging and other superfluous stuff
2008-08-14 12:12:41 +00:00
Dr. Peter Poeml
93e916eb39
remove empty parens after class definition so Python 2.4.2 can parse it
2008-08-07 17:51:28 +00:00
Marcus Hüwe
8d055f7990
- added OscConfigParser module:
...
OscConfigParser() behaves like a normal ConfigParser() object. The
only differences is that it preserves the order+format of configuration entries
and that it stores comments.
In order to keep the order and the format it makes use of the ConfigLineOrder()
class.
- removed .netrc cruft from the conf module
- other config cleanups
2008-08-07 16:40:55 +00:00