[open-ils-commits] r844 - servres/trunk/conifer/syrup/views (gfawcett)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Mar 24 23:44:57 EDT 2010
Author: gfawcett
Date: 2010-03-24 23:44:54 -0400 (Wed, 24 Mar 2010)
New Revision: 844
Modified:
servres/trunk/conifer/syrup/views/_common.py
Log:
removed out-of-sync comment.
Modified: servres/trunk/conifer/syrup/views/_common.py
===================================================================
--- servres/trunk/conifer/syrup/views/_common.py 2010-03-25 03:44:44 UTC (rev 843)
+++ servres/trunk/conifer/syrup/views/_common.py 2010-03-25 03:44:54 UTC (rev 844)
@@ -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