Skip to content

Commit

Permalink
fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lotze committed Mar 20, 2012
1 parent d01b613 commit 4d98756
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Products/UserAndGroupSelectionWidget/z3cform/widget.py
Expand Up @@ -2,7 +2,10 @@
import zope.interface
import zope.component

import z3c.form
import z3c.form.browser.multi
import z3c.form.browser.text
import z3c.form.interfaces
import z3c.form.widget
from z3c.form import interfaces

from Acquisition import aq_base
Expand Down

0 comments on commit 4d98756

Please sign in to comment.