From: <de...@us...> - 2003-05-09 19:11:07
|
Update of /cvsroot/pymerase/pymerase/pymerase/output/dbAPI In directory sc8-pr-cvs1:/tmp/cvs-serv21758/output/dbAPI Modified Files: dbAPI.py fkeyTypes.py Log Message: removed #! script header for things that are modules... makes debian package building better Index: dbAPI.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/dbAPI/dbAPI.py,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** dbAPI.py 9 Apr 2003 00:08:47 -0000 1.23 --- dbAPI.py 9 May 2003 19:11:03 -0000 1.24 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- Index: fkeyTypes.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/dbAPI/fkeyTypes.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** fkeyTypes.py 14 Dec 2002 02:23:14 -0000 1.3 --- fkeyTypes.py 9 May 2003 19:11:03 -0000 1.4 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- |