Mercurial > p > roundup > code
comparison frontends/ZRoundup/__init__.py @ 1092:e5826025eeb7
more Log removal
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 10 Sep 2002 01:07:06 +0000 |
| parents | ea9a4ca3fb84 |
| children | fa7df238e2d4 |
comparison
equal
deleted
inserted
replaced
| 1091:d870139aeb5c | 1092:e5826025eeb7 |
|---|---|
| 12 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 12 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 13 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" | 13 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" |
| 14 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, | 14 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
| 15 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 15 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
| 16 # | 16 # |
| 17 # $Id: __init__.py,v 1.1 2001-12-12 23:27:14 richard Exp $ | 17 # $Id: __init__.py,v 1.2 2002-09-10 01:07:05 richard Exp $ |
| 18 # | 18 # |
| 19 __version__='1.0' | 19 __version__='1.0' |
| 20 | 20 |
| 21 import os | 21 import os |
| 22 # figure where ZRoundup is installed | 22 # figure where ZRoundup is installed |
| 51 misc_ = { | 51 misc_ = { |
| 52 'icon': ImageFile('icons/tick_symbol.gif', path), | 52 'icon': ImageFile('icons/tick_symbol.gif', path), |
| 53 } | 53 } |
| 54 | 54 |
| 55 | 55 |
| 56 # | |
| 57 # $Log: not supported by cvs2svn $ | |
| 58 # | |
| 59 # | |
| 60 # vim: set filetype=python ts=4 sw=4 et si | 56 # vim: set filetype=python ts=4 sw=4 et si |
