Fixing API setup with new plugin "config spec" world
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 8 May 2013 20:20:27 +0000 (15:20 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 8 May 2013 20:20:27 +0000 (15:20 -0500)
commit230b5eb2eb9ae9c2b0930bbd2e32dc963b90b9fc
tree8328166853cbc87c61fb29b6c163d528655a63c6
parentf65bf8983611b18ec3a6a042404c50b8558529df
Fixing API setup with new plugin "config spec" world

It shouldn't reference the config until in the setup_plugin() method,
else there's a race condition.
mediagoblin/plugins/api/__init__.py