id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 11982 Remove dependency on ConfigObj Ryan J Ollos Ryan J Ollos It seems like the dependency on `ConfigObj` in `tracopt.perm.authz_policy` may be unnecessary. After extracting a class from the `trac.config` module that provides a thin wrapper over `ConfigParser`, we can use that class instead of `ConfigObj`. enhancement closed normal 1.1.5 general normal fixed authzpolicy configobj config Removed dependency on `ConfigObj`. Added `OrderedDict` to `trac.compat` module for Python 2.6 compatibility.