Skip to content

Commit

Permalink
Fix refactoring artifact from imports
Browse files Browse the repository at this point in the history
  • Loading branch information
datakurre committed Sep 13, 2016
1 parent fc9f9d7 commit 19e0568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plone/app/tiles/browser/delete.py
@@ -1,11 +1,11 @@
# -*- coding: utf-8 -*-
from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile
from Products.statusmessages.interfaces import IStatusMessage
from plone.app.tiles import _ as _
from plone.app.tiles.browser.base import TileForm
from plone.app.tiles import _
from plone.app.tiles.utils import appendJSONData
from plone.tiles.interfaces import ITileDataManager
from plone.z3cform import layout
from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile
from Products.statusmessages.interfaces import IStatusMessage
from z3c.form import button
from z3c.form import form
from zope.event import notify
Expand Down

0 comments on commit 19e0568

Please sign in to comment.