From: <de...@us...> - 2003-05-09 19:11:07
|
Update of /cvsroot/pymerase/pymerase/pymerase/output/webUtil In directory sc8-pr-cvs1:/tmp/cvs-serv21758/output/webUtil Modified Files: CodeUtil.py HTMLUtil.py SessionUtil.py __init__.py makePackage.py Log Message: removed #! script header for things that are modules... makes debian package building better Index: CodeUtil.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/webUtil/CodeUtil.py,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** CodeUtil.py 5 Feb 2003 22:53:18 -0000 1.17 --- CodeUtil.py 9 May 2003 19:11:03 -0000 1.18 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- Index: HTMLUtil.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/webUtil/HTMLUtil.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** HTMLUtil.py 15 Aug 2002 00:09:21 -0000 1.10 --- HTMLUtil.py 9 May 2003 19:11:03 -0000 1.11 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- Index: SessionUtil.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/webUtil/SessionUtil.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** SessionUtil.py 15 Aug 2002 00:09:21 -0000 1.3 --- SessionUtil.py 9 May 2003 19:11:03 -0000 1.4 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- Index: __init__.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/webUtil/__init__.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** __init__.py 15 Aug 2002 00:09:21 -0000 1.3 --- __init__.py 9 May 2003 19:11:03 -0000 1.4 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- Index: makePackage.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/webUtil/makePackage.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** makePackage.py 5 Feb 2003 22:53:18 -0000 1.8 --- makePackage.py 9 May 2003 19:11:03 -0000 1.9 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- |