jan: thuban/Thuban/UI about.py,1.20,1.21
cvs@intevation.de
cvs at intevation.de
Thu Mar 10 23:47:16 CET 2005
Author: jan
Update of /thubanrepository/thuban/Thuban/UI
In directory doto:/tmp/cvs-serv3471
Modified Files:
about.py
Log Message:
(About.__init__): Added status of the extensions to the about text.
Index: about.py
===================================================================
RCS file: /thubanrepository/thuban/Thuban/UI/about.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- about.py 20 Jan 2005 13:14:14 -0000 1.20
+++ about.py 10 Mar 2005 22:47:14 -0000 1.21
@@ -1,4 +1,4 @@
-# Copyright (c) 2001, 2002, 2003, 2004 by Intevation GmbH
+# Copyright (c) 2001-2005 by Intevation GmbH
# Authors:
# Jonathan Coles <jonathan at intevation.de>
# Bernhard Reiter <bernhard at intevation.de>
@@ -125,6 +125,8 @@
for author in ext.authors:
text+= '\t%s\n' % author
text += ext.desc
+ text += '\n'
+ text += 'Status: %s' % ext.status
text += '\n\n'
else:
text += _('\tNone registered.\n')
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)