move exceptions
This commit is contained in:
parent
1555f32afd
commit
c757b8a6c3
|
@ -7,8 +7,9 @@ import ckan.logic as logic
|
|||
import ckan.model as model
|
||||
import ckan.lib.helpers as h
|
||||
import ckan.lib.search as search
|
||||
from ckan.common import _, NotAuthorized, NotFound
|
||||
from ckan.common import _
|
||||
from collections import OrderedDict
|
||||
from ckan.logic import NotAuthorized, NotFound
|
||||
|
||||
organization_vre = Blueprint("organization_vre", __name__)
|
||||
|
||||
|
|
Loading…
Reference in New Issue