From: gfawcett Date: Fri, 26 Feb 2010 02:58:28 +0000 (+0000) Subject: removed out-of-sync comment. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3f4092f96bb55b1e5fbb5dea6a1cd42f676e99ed;p=Syrup.git 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 --- 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