[Synopsis-changes] Synopsis/Synopsis/demo/C++/GapBuffer synopsis.py,1.6,1.7

Stefan Seefeld stefan at synopsis.fresco.org
Tue Dec 9 06:34:16 UTC 2003


Update of /cvs/synopsis/Synopsis/demo/C++/GapBuffer
In directory frida:/tmp/cvs-serv11460/demo/C++/GapBuffer

Modified Files:
	synopsis.py 
Log Message:
get rid of stylesheet_file parameter

Index: synopsis.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/demo/C++/GapBuffer/synopsis.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -d -r1.6 -r1.7
--- synopsis.py	8 Dec 2003 15:10:54 -0000	1.6
+++ synopsis.py	9 Dec 2003 06:34:14 -0000	1.7
@@ -22,8 +22,7 @@ linker = Linker(Stripper(),         # st
 
 xref = XRefCompiler(prefix = 'xref')
 
-html = HTML.Formatter(stylesheet_file = '../../html.css',
-                      views = [FramesIndex(),
+html = HTML.Formatter(views = [FramesIndex(),
                                Scope(),
                                ModuleListing(),
                                ModuleIndexer(),
@@ -39,8 +38,7 @@ html = HTML.Formatter(stylesheet_file = 
 template = View.Template(template='sxr.tmpl',
                          copy_files = ['logo.png'])
 
-sxr = HTML.Formatter(stylesheet_file = '../../html.css',
-                     views = [DirBrowse(template = template),
+sxr = HTML.Formatter(views = [DirBrowse(template = template),
                               Scope(template = template),
                               ModuleListing(template = template),
                               InheritanceTree(template = template),





More information about the Synopsis-changes mailing list