From: <de...@us...> - 2003-05-09 19:11:06
|
Update of /cvsroot/pymerase/pymerase/pymerase/output/PythonAPI In directory sc8-pr-cvs1:/tmp/cvs-serv21758/output/PythonAPI Modified Files: API.py fkeyTypes.py Log Message: removed #! script header for things that are modules... makes debian package building better Index: API.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/PythonAPI/API.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** API.py 15 Aug 2002 00:49:19 -0000 1.1 --- API.py 9 May 2003 19:11:03 -0000 1.2 *************** *** 1,3 **** - #!/usr/bin/env python2 ########################################################################### # # --- 1,2 ---- Index: fkeyTypes.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/PythonAPI/fkeyTypes.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fkeyTypes.py 15 Aug 2002 00:49:19 -0000 1.1 --- fkeyTypes.py 9 May 2003 19:11:03 -0000 1.2 *************** *** 1,3 **** - #!/usr/bin/env python2 ########################################################################### # # --- 1,2 ---- |