From fb59abd70d6dfb91ea879afa97d118d2d2f4c375 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Tue, 14 Aug 2012 21:50:48 +0000 Subject: [PATCH] Missed this import - Legacy-Id: 4762 --- ietf/liaisons/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/liaisons/__init__.py b/ietf/liaisons/__init__.py index 00693fb58..3f64c6e2b 100644 --- a/ietf/liaisons/__init__.py +++ b/ietf/liaisons/__init__.py @@ -2,7 +2,7 @@ # coding: latin-1 from types import ModuleType -import urls, models, views, forms, accounts, admin, utils, widgets, mail, decorators, sitemaps, feeds +import urls, models, views, forms, accounts, admin, utils, widgets, decorators, sitemaps, feeds # These people will be sent a stack trace if there's an uncaught exception in # code any of the modules imported above: