[open-ils-commits] r799 - servres/branches/2010-02-campus-integration-reorg/conifer/syrup/views (gfawcett)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Feb 25 21:58:30 EST 2010


Author: gfawcett
Date: 2010-02-25 21:58:28 -0500 (Thu, 25 Feb 2010)
New Revision: 799

Modified:
   servres/branches/2010-02-campus-integration-reorg/conifer/syrup/views/_common.py
Log:
removed out-of-sync comment.

Modified: servres/branches/2010-02-campus-integration-reorg/conifer/syrup/views/_common.py
===================================================================
--- servres/branches/2010-02-campus-integration-reorg/conifer/syrup/views/_common.py	2010-02-26 02:58:24 UTC (rev 798)
+++ servres/branches/2010-02-campus-integration-reorg/conifer/syrup/views/_common.py	2010-02-26 02:58:28 UTC (rev 799)
@@ -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



More information about the open-ils-commits mailing list