tamentis / cartman

Command line Trac tools
http://tamentis.com/projects/cartman/
ISC License
22 stars 10 forks source link

Use SafeConfigParser to allow variables interpolation #29

Closed strk closed 4 years ago

strk commented 6 years ago

Simplifies configuration management See https://docs.python.org/2/library/configparser.html#ConfigParser.SafeConfigParser

strk commented 6 years ago

I'm using a version with this patch applied with success (very useful to avoid repeating passwords usernames and other preferences in a multi-site configuration)