|
[Webware-checkins] CVS: Webware/CGIWrapper/Docs config.py,1.1,1.2
From: Ian Bicking <ianbicking@us...> - 2002-06-20 17:48
|
Update of /cvsroot/webware/Webware/CGIWrapper/Docs In directory usw-pr-cvs1:/tmp/cvs-serv18045/CGIWrapper/Docs Modified Files: config.py Log Message: Changed doc strings to use ''' instead of """ Index: config.py =================================================================== RCS file: /cvsroot/webware/Webware/CGIWrapper/Docs/config.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** config.py 17 Jan 2001 07:03:17 -0000 1.1 --- config.py 20 Jun 2002 17:47:41 -0000 1.2 *************** *** 1,6 **** #!/usr/bin/env python ! ''' Used to generate the config section for CGIWrapper.html from Config.list ! ''' --- 1,6 ---- #!/usr/bin/env python ! """ Used to generate the config section for CGIWrapper.html from Config.list ! """ |
| Thread | Author | Date |
|---|---|---|
| [Webware-checkins] CVS: Webware/CGIWrapper/Docs config.py,1.1,1.2 | Ian Bicking <ianbicking@us...> |