From 3f4092f96bb55b1e5fbb5dea6a1cd42f676e99ed Mon Sep 17 00:00:00 2001 From: gfawcett Date: Fri, 26 Feb 2010 02:58:28 +0000 Subject: [PATCH] removed out-of-sync comment. git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/branches/2010-02-campus-integration-reorg@799 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- conifer/syrup/views/_common.py | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/conifer/syrup/views/_common.py b/conifer/syrup/views/_common.py index 8b74843..d54d89d 100644 --- a/conifer/syrup/views/_common.py +++ b/conifer/syrup/views/_common.py @@ -1,19 +1,3 @@ -#----------------------------------------------------------------------------- -# todo: break this up. It's getting long. I think we should have -# something like: -# -# views/__init__.py # which imports: -# views/course_site_handlers.py -# views/search_stuff.py -# views/add_edit_course.py -# ... -# views/common_imports.py # imported by all. -# -# though these are just examples. Everything in views/* would include -# 'from common_imports import *' just to keep the imports -# tidy. Views/__init__ would import all the other bits: that ought to -# satisfy Django. - import warnings from conifer.syrup import models from datetime import datetime -- 2.11.0