Update of /cvsroot/tmda/tmda/bin
In directory sc8-pr-cvs1:/tmp/cvs-serv22732/bin

Modified Files:
        tmda-gui tmda-manager 
Log Message:
Add usage disclaimers to tmda-gui and tmda-manager. This is so I don't
have to keep removing/re-adding them every time I make a release.


Index: tmda-gui
===================================================================
RCS file: /cvsroot/tmda/tmda/bin/tmda-gui,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- tmda-gui    1 Jan 2003 04:40:58 -0000       1.20
+++ tmda-gui    8 Jan 2003 00:20:51 -0000       1.21
@@ -344,6 +344,7 @@
     from TMDA import Address
     from TMDA import Pending
     from TMDA import Errors
+    from TMDA.Util import wraptext
 
     using_network = 0
     getVars = lib_getVars
@@ -362,14 +363,17 @@
         TMDA = 'unknown'
     Version = VersionObject()
 
-
-
+# This can be removed eventually.
+warning = 'NOTE: This is early alpha software, and not yet meant for general ' + \
+          'use. If you decide to use it anyway, please send your comments to ' + \
+          'the [EMAIL PROTECTED] mailing list, and not tmda-users.'
+print 'WARNING:\n'
+print wraptext(warning), '\n'
 
 try:
     from Tkinter import *
 except ImportError:
     ## FIXME: what to do if we don't have TMDA ?
-    from TMDA.Util import wraptext
     no_tk = 'It appears your Python is not configured with Tkinter ' + \
             'support. Visit http://python.org/topics/tkinter/trouble.html ' + \
             'for more information.'

Index: tmda-manager
===================================================================
RCS file: /cvsroot/tmda/tmda/bin/tmda-manager,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tmda-manager        1 Jan 2003 04:40:58 -0000       1.7
+++ tmda-manager        8 Jan 2003 00:20:51 -0000       1.8
@@ -176,6 +176,13 @@
 import time
 
 
+# This can be removed eventually.
+warning = 'NOTE: This is early alpha software, and not yet meant for general ' + \
+          'use. If you decide to use it anyway, please send your comments to ' + \
+          'the [EMAIL PROTECTED] mailing list, and not tmda-users.'
+print 'WARNING:\n'
+print Util.wraptext(warning), '\n'
+
 __version__ = Version.TMDA
 
 

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs

Reply via email to