[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/RDB/GadflyDA/gadfly - gfdb0.py:1.2 gfstest.py:1.2 gftest.py:1.2 kjbuckets0.py:1.2

Jeremy Hylton jeremy@zope.com
Fri, 20 Dec 2002 17:25:01 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/RDB/GadflyDA/gadfly
In directory cvs.zope.org:/tmp/cvs-serv1512/App/RDB/GadflyDA/gadfly

Modified Files:
	gfdb0.py gfstest.py gftest.py kjbuckets0.py 
Log Message:
Fix files with missing newline at end or other bogus whitespace issues.
Fix some typos and other stuff, too.


=== Zope3/lib/python/Zope/App/RDB/GadflyDA/gadfly/gfdb0.py 1.1 => 1.2 ===
--- Zope3/lib/python/Zope/App/RDB/GadflyDA/gadfly/gfdb0.py:1.1	Tue Nov  5 12:34:40 2002
+++ Zope3/lib/python/Zope/App/RDB/GadflyDA/gadfly/gfdb0.py	Fri Dec 20 17:24:31 2002
@@ -1410,4 +1410,3 @@
            self.read_records(file)
        self.verbose = verbose
        self.restart()
-       
\ No newline at end of file


=== Zope3/lib/python/Zope/App/RDB/GadflyDA/gadfly/gfstest.py 1.1 => 1.2 ===
--- Zope3/lib/python/Zope/App/RDB/GadflyDA/gadfly/gfstest.py:1.1	Tue Nov  5 12:34:40 2002
+++ Zope3/lib/python/Zope/App/RDB/GadflyDA/gadfly/gfstest.py	Fri Dec 20 17:24:31 2002
@@ -222,4 +222,4 @@
     print action()
 
 if __name__=="__main__":
-    main()
\ No newline at end of file
+    main()


=== Zope3/lib/python/Zope/App/RDB/GadflyDA/gadfly/gftest.py 1.1 => 1.2 ===
--- Zope3/lib/python/Zope/App/RDB/GadflyDA/gadfly/gftest.py:1.1	Tue Nov  5 12:34:40 2002
+++ Zope3/lib/python/Zope/App/RDB/GadflyDA/gadfly/gftest.py	Fri Dec 20 17:24:31 2002
@@ -721,4 +721,3 @@
       test(directory)
       rollbacktest(directory)
       retest(directory)
-      
\ No newline at end of file


=== Zope3/lib/python/Zope/App/RDB/GadflyDA/gadfly/kjbuckets0.py 1.1 => 1.2 ===
--- Zope3/lib/python/Zope/App/RDB/GadflyDA/gadfly/kjbuckets0.py:1.1	Tue Nov  5 12:34:40 2002
+++ Zope3/lib/python/Zope/App/RDB/GadflyDA/gadfly/kjbuckets0.py	Fri Dec 20 17:24:31 2002
@@ -1043,8 +1043,3 @@
             if x!=-y: raise "bad cmp!", (X, Y)
             print "cmp(X,Y), -cmp(Y,X)", x,-y
             print "X.subset(Y)", X.subset(Y)
-            
-
-
-           
-    
\ No newline at end of file