[Synopsis-changes] Synopsis/Synopsis/demo/Python synopsis.py,1.1,1.2
Stefan Seefeld stefan at synopsis.fresco.orgTue Dec 9 06:34:17 UTC 2003
- Previous message: [Synopsis-changes] Synopsis/Synopsis/demo/Perceps synopsis.py,1.4,1.5
- Next message: [Synopsis-changes] Synopsis/Synopsis/doc/Manual synopsis.py,1.11,1.12
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis/demo/Python In directory frida:/tmp/cvs-serv11460/demo/Python Modified Files: synopsis.py Log Message: get rid of stylesheet_file parameter Index: synopsis.py =================================================================== RCS file: /cvs/synopsis/Synopsis/demo/Python/synopsis.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -d -r1.1 -r1.2 --- synopsis.py 18 Nov 2003 21:57:33 -0000 1.1 +++ synopsis.py 9 Dec 2003 06:34:15 -0000 1.2 @@ -5,4 +5,4 @@ from Synopsis.Parsers import Python from Synopsis.Formatters import HTML process(parse = Python.Parser(), - format = HTML.Formatter(stylesheet_file = '../html.css')) + format = HTML.Formatter())
- Previous message: [Synopsis-changes] Synopsis/Synopsis/demo/Perceps synopsis.py,1.4,1.5
- Next message: [Synopsis-changes] Synopsis/Synopsis/doc/Manual synopsis.py,1.11,1.12
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list