Skip to content

Commit

Permalink
More redirects for toolshed grids
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Dec 9, 2017
1 parent 47578b6 commit b726cda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/tool_shed/grids/admin_grids.py
Expand Up @@ -3,7 +3,8 @@
from markupsafe import escape
from sqlalchemy import and_

from galaxy.web.framework.helpers import grids, time_ago
from galaxy.web.framework.helpers import time_ago
from galaxy.webapps.reports.framework import grids
from galaxy.webapps.tool_shed import model
from tool_shed.grids.repository_grids import CategoryGrid, RepositoryGrid
from tool_shed.util import hg_util
Expand Down
2 changes: 1 addition & 1 deletion lib/tool_shed/grids/repository_review_grids.py
Expand Up @@ -3,7 +3,7 @@
from markupsafe import escape
from sqlalchemy import and_, false, null, or_, true

from galaxy.web.framework.helpers import grids
from galaxy.webapps.reports.framework import grids
from galaxy.webapps.tool_shed import model
from tool_shed.grids.repository_grids import RepositoryGrid
from tool_shed.util import hg_util, metadata_util
Expand Down

0 comments on commit b726cda

Please sign in to comment.