ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/PRODREQUEST/Applications/CommonController.py
(Generate patch)

Comparing COMP/PRODREQUEST/Applications/CommonController.py (file contents):
Revision 1.2 by eulisse, Fri Nov 24 10:45:23 2006 UTC vs.
Revision 1.3 by eulisse, Tue Mar 13 23:08:36 2007 UTC

# Line 3 | Line 3 | from Framework import webmethod
3   from os import listdir
4  
5   class Common (Controller):
6 <    def __init__ (self):
7 <        Controller.__init__ (self)
6 >    def __init__ (self, context):
7 >        Controller.__init__ (self, context)
8          f = file ("Applications/common.css")
9          self.commonStyle = f.read ()
10          print self.commonStyle

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines