removed out-of-sync comment.
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Fri, 26 Feb 2010 02:58:28 +0000 (02:58 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Fri, 26 Feb 2010 02:58:28 +0000 (02:58 +0000)
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

index 8b74843..d54d89d 100644 (file)
@@ -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