Removed Routes dependency, added admin routes

This commit is contained in:
Joar Wandborg
2012-10-20 12:09:23 +02:00
parent 54397b9063
commit 5b60ec41ee
6 changed files with 13 additions and 15 deletions

View File

@@ -17,8 +17,6 @@
import os
import logging
from routes.route import Route
from mediagoblin.tools import pluginapi
from mediagoblin.plugins.oauth.models import OAuthToken, OAuthClient, \
OAuthUserClient