Use RawConfigParser instead of dict.viewitems
authorJoar Wandborg <git@wandborg.com>
Sun, 30 Sep 2012 12:42:12 +0000 (14:42 +0200)
committerJoar Wandborg <git@wandborg.com>
Sun, 30 Sep 2012 12:42:12 +0000 (14:42 +0200)
commitb4ab702f10aaeefe2cf8f3559aa007188ee31472
tree10e93ee6f6fd0577e84c3fbb58110e56b58e259a
parentb1bb15d1f9f946a328d1a90320522ea237d770e8
Use RawConfigParser instead of dict.viewitems

dict.viewitems breaks python 2.6 compatibility.
mediagoblin/init/celery/from_celery.py