From: <de...@us...> - 2003-05-09 19:11:07
|
Update of /cvsroot/pymerase/pymerase/pymerase/output/PyTkWidgets In directory sc8-pr-cvs1:/tmp/cvs-serv21758/output/PyTkWidgets Modified Files: __init__.py Log Message: removed #! script header for things that are modules... makes debian package building better Index: __init__.py =================================================================== RCS file: /cvsroot/pymerase/pymerase/pymerase/output/PyTkWidgets/__init__.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** __init__.py 12 Dec 2002 21:23:56 -0000 1.1 --- __init__.py 9 May 2003 19:11:02 -0000 1.2 *************** *** 1,3 **** - #!/usr/bin/env python ########################################################################### # # --- 1,2 ---- |