Commits on Source 2
-
Michael Kleehammer authored
-
Michael Kleehammer authored
In 2.x versions, the env parameter added section names to the default "env". In 3.x this parameter overrides the defaults. If you want the previous behavior, add "env" to the list you pass in: autoconfig.init(env='other') --> autoconfig.init(env=['env', 'other'])