Mercurial > p > roundup > code
diff roundup/scripts/roundup_server.py @ 2181:740102dfad1d
favicon generation stuff
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 05 Apr 2004 00:54:23 +0000 |
| parents | 58b6d1747973 |
| children | 3f89c8ffe4f1 |
line wrap: on
line diff
--- a/roundup/scripts/roundup_server.py Mon Apr 05 00:51:45 2004 +0000 +++ b/roundup/scripts/roundup_server.py Mon Apr 05 00:54:23 2004 +0000 @@ -17,7 +17,7 @@ """Command-line script that runs a server over roundup.cgi.client. -$Id: roundup_server.py,v 1.41 2004-04-05 00:51:45 richard Exp $ +$Id: roundup_server.py,v 1.42 2004-04-05 00:54:23 richard Exp $ """ __docformat__ = 'restructuredtext' @@ -63,6 +63,8 @@ ## end configuration # +# "default" favicon.ico +# generate by using "icotool" and tools/base64 import zlib, base64 favico = zlib.decompress(base64.decodestring(''' eJztjr1PmlEUh59XgVoshdYPWorFIhaRFq0t9pNq37b60lYSTRzcTFw6GAfj5gDYaF0dTB0MxMSE
