commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/geas/examples/python addrbook.py memtest.p...


From: Neil Tiffin
Subject: gnue/geas/examples/python addrbook.py memtest.p...
Date: Thu, 23 Aug 2001 16:02:47 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Neil Tiffin <address@hidden>    01/08/23 16:02:47

Modified files:
        geas/examples/python: addrbook.py memtest.py methods.py 
                              querytest.py test.py test2.py test3.py 
                              test4.py timetest.py transaction.py 

Log message:
        Change message for the source of orbit-python.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/examples/python/addrbook.py.diff?cvsroot=OldCVS&tr1=1.14&tr2=1.15&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/examples/python/memtest.py.diff?cvsroot=OldCVS&tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/examples/python/methods.py.diff?cvsroot=OldCVS&tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/examples/python/querytest.py.diff?cvsroot=OldCVS&tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/examples/python/test.py.diff?cvsroot=OldCVS&tr1=1.13&tr2=1.14&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/examples/python/test2.py.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/examples/python/test3.py.diff?cvsroot=OldCVS&tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/examples/python/test4.py.diff?cvsroot=OldCVS&tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/examples/python/timetest.py.diff?cvsroot=OldCVS&tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/examples/python/transaction.py.diff?cvsroot=OldCVS&tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gnue/geas/examples/python/addrbook.py
diff -u gnue/geas/examples/python/addrbook.py:1.14 
gnue/geas/examples/python/addrbook.py:1.15
--- gnue/geas/examples/python/addrbook.py:1.14  Tue Aug 21 14:21:53 2001
+++ gnue/geas/examples/python/addrbook.py       Thu Aug 23 16:02:47 2001
@@ -5,6 +5,8 @@
 # name server and other configuration details will be
 # completed soon
 
+# $Id: addrbook.py,v 1.15 2001/08/23 23:02:47 ntiffin Exp $
+
 import sys
 from string import * 
 
@@ -17,7 +19,7 @@
 except ImportError,ex:
     print ""
     print "Failed to load CORBA module."
-    print "Please see http://projects.sault.org/orbit-python/ for the required 
python CORBA bindings"
+    print "Please see http://sourceforge.net/projects/orbit-python for the 
required python CORBA bindings"
     print ""
     print "important: the latest version of ORBit-python is required - 0.1.3"
     print "has a bug that prevents it from working with ORBit 0.5.4 or greater"
Index: gnue/geas/examples/python/memtest.py
diff -u gnue/geas/examples/python/memtest.py:1.8 
gnue/geas/examples/python/memtest.py:1.9
--- gnue/geas/examples/python/memtest.py:1.8    Wed Feb 28 19:32:56 2001
+++ gnue/geas/examples/python/memtest.py        Thu Aug 23 16:02:47 2001
@@ -3,6 +3,8 @@
 # a test file: relies on GEAS being run from gnue/geas/src
 # and this from gnue/geas/examples/python
 
+# $Id: memtest.py,v 1.9 2001/08/23 23:02:47 ntiffin Exp $
+
 import sys
 import md5
 from string import * 
@@ -13,7 +15,7 @@
     import GEAS
 except ImportError,ex:
     print "Failed to load CORBA module."
-    print "Please see http://projects.sault.org/orbit-python/ for the required 
python CORBA bindings"
+    print "Please see http://sourceforge.net/projects/orbit-python for the 
required python CORBA bindings"
     sys.exit(0)
 
 try:
Index: gnue/geas/examples/python/methods.py
diff -u gnue/geas/examples/python/methods.py:1.5 
gnue/geas/examples/python/methods.py:1.6
--- gnue/geas/examples/python/methods.py:1.5    Mon Feb 19 18:10:22 2001
+++ gnue/geas/examples/python/methods.py        Thu Aug 23 16:02:47 2001
@@ -3,6 +3,8 @@
 # a test file: relies on GEAS being run from gnue/geas/src
 # and this from gnue/geas/examples/python
 
+# $Id: methods.py,v 1.6 2001/08/23 23:02:47 ntiffin Exp $
+
 import sys
 import md5
 from string import * 
@@ -13,7 +15,7 @@
     import GEAS
 except ImportError,ex:
     print "Failed to load CORBA module."
-    print "Please see http://projects.sault.org/orbit-python/ for the required 
python CORBA bindings"
+    print "Please see http://sourceforge.net/projects/orbit-python for the 
required python CORBA bindings"
     sys.exit(0)
 
 try:
Index: gnue/geas/examples/python/querytest.py
diff -u gnue/geas/examples/python/querytest.py:1.3 
gnue/geas/examples/python/querytest.py:1.4
--- gnue/geas/examples/python/querytest.py:1.3  Thu Jun 28 21:08:25 2001
+++ gnue/geas/examples/python/querytest.py      Thu Aug 23 16:02:47 2001
@@ -3,6 +3,8 @@
 # a test file: relies on GEAS being run from gnue/geas/src
 # and this from gnue/geas/examples/python
 
+# $Id: querytest.py,v 1.4 2001/08/23 23:02:47 ntiffin Exp $
+
 import sys
 import md5
 from string import * 
@@ -13,7 +15,7 @@
     import GEAS
 except ImportError,ex:
     print "Failed to load CORBA module."
-    print "Please see http://projects.sault.org/orbit-python/ for the required 
python CORBA bindings"
+    print "Please see http://sourceforge.net/projects/orbit-python for the 
required python CORBA bindings"
     sys.exit(0)
 
 
Index: gnue/geas/examples/python/test.py
diff -u gnue/geas/examples/python/test.py:1.13 
gnue/geas/examples/python/test.py:1.14
--- gnue/geas/examples/python/test.py:1.13      Mon Feb 26 16:48:40 2001
+++ gnue/geas/examples/python/test.py   Thu Aug 23 16:02:47 2001
@@ -3,6 +3,8 @@
 # a test file: relies on GEAS being run from gnue/geas/src
 # and this from gnue/geas/examples/python
 
+# $Id: test.py,v 1.14 2001/08/23 23:02:47 ntiffin Exp $
+
 import sys
 import md5
 from string import * 
@@ -13,7 +15,7 @@
     import GEAS
 except ImportError,ex:
     print "Failed to load CORBA module."
-    print "Please see http://projects.sault.org/orbit-python/ for the required 
python CORBA bindings"
+    print "Please see http://sourceforge.net/projects/orbit-python for the 
required python CORBA bindings"
     sys.exit(0)
 
 try:
Index: gnue/geas/examples/python/test2.py
diff -u gnue/geas/examples/python/test2.py:1.2 
gnue/geas/examples/python/test2.py:1.3
--- gnue/geas/examples/python/test2.py:1.2      Wed Jan 31 20:40:12 2001
+++ gnue/geas/examples/python/test2.py  Thu Aug 23 16:02:47 2001
@@ -3,6 +3,8 @@
 # a test file: relies on GEAS being run from gnue/geas/src
 # and this from gnue/geas/examples/python
 
+# $Id: test2.py,v 1.3 2001/08/23 23:02:47 ntiffin Exp $
+
 import sys
 import md5
 from string import * 
@@ -13,7 +15,7 @@
     import GEAS
 except ImportError,ex:
     print "Failed to load CORBA module."
-    print "Please see http://projects.sault.org/orbit-python/ for the required 
python CORBA bindings"
+    print "Please see http://sourceforge.net/projects/orbit-python for the 
required python CORBA bindings"
     sys.exit(0)
 
 try:
Index: gnue/geas/examples/python/test3.py
diff -u gnue/geas/examples/python/test3.py:1.4 
gnue/geas/examples/python/test3.py:1.5
--- gnue/geas/examples/python/test3.py:1.4      Wed Feb  7 13:27:20 2001
+++ gnue/geas/examples/python/test3.py  Thu Aug 23 16:02:47 2001
@@ -3,6 +3,8 @@
 # a test file: relies on GEAS being run from gnue/geas/src
 # and this from gnue/geas/examples/python
 
+# $Id: test3.py,v 1.5 2001/08/23 23:02:47 ntiffin Exp $
+
 import sys
 import md5
 from string import * 
@@ -15,7 +17,7 @@
     import GEAS
 except ImportError,ex:
     print "Failed to load CORBA module."
-    print "Please see http://projects.sault.org/orbit-python/ for the required 
python CORBA bindings"
+    print "Please see http://sourceforge.net/projects/orbit-python for the 
required python CORBA bindings"
     sys.exit(0)
 
 
Index: gnue/geas/examples/python/test4.py
diff -u gnue/geas/examples/python/test4.py:1.2 
gnue/geas/examples/python/test4.py:1.3
--- gnue/geas/examples/python/test4.py:1.2      Sun Mar 11 14:56:07 2001
+++ gnue/geas/examples/python/test4.py  Thu Aug 23 16:02:47 2001
@@ -3,6 +3,8 @@
 # a test file: relies on GEAS being run from gnue/geas/src
 # and this from gnue/geas/examples/python
 
+# $Id: test4.py,v 1.3 2001/08/23 23:02:47 ntiffin Exp $
+
 import sys
 import md5
 from string import * 
@@ -15,7 +17,7 @@
     import GEAS
 except ImportError,ex:
     print "Failed to load CORBA module."
-    print "Please see http://projects.sault.org/orbit-python/ for the required 
python CORBA bindings"
+    print "Please see http://sourceforge.net/projects/orbit-python for the 
required python CORBA bindings"
     sys.exit(0)
 
 
Index: gnue/geas/examples/python/timetest.py
diff -u gnue/geas/examples/python/timetest.py:1.3 
gnue/geas/examples/python/timetest.py:1.4
--- gnue/geas/examples/python/timetest.py:1.3   Mon May 14 14:57:57 2001
+++ gnue/geas/examples/python/timetest.py       Thu Aug 23 16:02:47 2001
@@ -3,6 +3,8 @@
 # a test file: relies on GEAS being run from gnue/geas/src
 # and this from gnue/geas/examples/python
 
+# $Id: timetest.py,v 1.4 2001/08/23 23:02:47 ntiffin Exp $
+
 import sys
 import md5
 from string import * 
@@ -15,7 +17,7 @@
     import GEAS
 except ImportError,ex:
     print "Failed to load CORBA module."
-    print "Please see http://projects.sault.org/orbit-python/ for the required 
python CORBA bindings"
+    print "Please see http://sourceforge.net/projects/orbit-python for the 
required python CORBA bindings"
     sys.exit(0)
 
 
Index: gnue/geas/examples/python/transaction.py
diff -u gnue/geas/examples/python/transaction.py:1.1 
gnue/geas/examples/python/transaction.py:1.2
--- gnue/geas/examples/python/transaction.py:1.1        Tue Feb 20 15:43:03 2001
+++ gnue/geas/examples/python/transaction.py    Thu Aug 23 16:02:47 2001
@@ -3,6 +3,8 @@
 # a test file: relies on GEAS being run from gnue/geas/src
 # and this from gnue/geas/examples/python
 
+# $Id: transaction.py,v 1.2 2001/08/23 23:02:47 ntiffin Exp $
+
 import sys
 import md5
 from string import * 
@@ -15,7 +17,7 @@
     import GEAS
 except ImportError,ex:
     print "Failed to load CORBA module."
-    print "Please see http://projects.sault.org/orbit-python/ for the required 
python CORBA bindings"
+    print "Please see http://sourceforge.net/projects/orbit-python for the 
required python CORBA bindings"
     sys.exit(0)
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]