Fix a missing import reported in #melange.
authorAugie Fackler <durin42@gmail.com>
Tue, 03 Mar 2009 03:37:02 +0000
changeset 1598 a55296590875
parent 1597 e7b7ea113a3b
child 1599 b56976cac36b
Fix a missing import reported in #melange. Patch by: Augie Fackler
app/soc/views/models/organization.py
--- a/app/soc/views/models/organization.py	Mon Mar 02 22:57:40 2009 +0000
+++ b/app/soc/views/models/organization.py	Tue Mar 03 03:37:02 2009 +0000
@@ -36,6 +36,7 @@
 from soc.logic.models import org_app as org_app_logic
 from soc.logic.models import user as user_logic
 from soc.views import helper
+from soc.views import out_of_band
 from soc.views.helper import access
 from soc.views.helper import decorators
 from soc.views.helper import dynaform