Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
clubs: Removed unused imports
  • Loading branch information
Turbo87 committed Jul 28, 2012
1 parent eeee08b commit 6b46955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skylines/controllers/clubs.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

from tg import expose, validate, redirect
from tg.i18n import ugettext as _, lazy_ugettext as l_
from tg.i18n import ugettext as _
from webob.exc import HTTPNotFound, HTTPForbidden
from sprox.formbase import AddRecordForm, EditableForm, Field
from sprox.validators import UniqueValue
Expand Down

0 comments on commit 6b46955

Please sign in to comment.