Update of /cvsroot/pymerase/pymerase/pymerase/output/PyTkWidgets/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv21758/output/PyTkWidgets/lib
Modified Files:
NavBar.py SaveWidget.py ValidatingEntry.py __init__.py
dbSession.py modes.py
Log Message:
removed #! script header for things that are modules... makes debian package building better
Index: NavBar.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/pymerase/output/PyTkWidgets/lib/NavBar.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** NavBar.py 11 Feb 2003 02:49:47 -0000 1.2
--- NavBar.py 9 May 2003 19:11:03 -0000 1.3
***************
*** 1,3 ****
- #!/usr/bin/env python
###########################################################################
# #
--- 1,2 ----
Index: SaveWidget.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/pymerase/output/PyTkWidgets/lib/SaveWidget.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** SaveWidget.py 13 Jan 2003 23:48:49 -0000 1.2
--- SaveWidget.py 9 May 2003 19:11:03 -0000 1.3
***************
*** 1,3 ****
- #!/usr/bin/env python
###########################################################################
# #
--- 1,2 ----
Index: ValidatingEntry.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/pymerase/output/PyTkWidgets/lib/ValidatingEntry.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ValidatingEntry.py 3 Jan 2003 23:25:43 -0000 1.1
--- ValidatingEntry.py 9 May 2003 19:11:03 -0000 1.2
***************
*** 1,3 ****
- #!/usr/bin/env python
from Tkinter import *
--- 1,2 ----
Index: __init__.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/pymerase/output/PyTkWidgets/lib/__init__.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** __init__.py 3 Jan 2003 23:23:46 -0000 1.1
--- __init__.py 9 May 2003 19:11:03 -0000 1.2
***************
*** 1,3 ****
- #!/usr/bin/env python
###########################################################################
# #
--- 1,2 ----
Index: dbSession.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/pymerase/output/PyTkWidgets/lib/dbSession.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** dbSession.py 30 Jan 2003 00:48:21 -0000 1.5
--- dbSession.py 9 May 2003 19:11:03 -0000 1.6
***************
*** 1,3 ****
- #!/usr/bin/env python
###########################################################################
# #
--- 1,2 ----
Index: modes.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/pymerase/output/PyTkWidgets/lib/modes.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** modes.py 31 Jan 2003 19:33:27 -0000 1.1
--- modes.py 9 May 2003 19:11:03 -0000 1.2
***************
*** 1,3 ****
- #!/usr/bin/env python
###########################################################################
# #
--- 1,2 ----
|