[jToolkit-cvs] jToolkit/web safeapache.py,1.3,1.4
Brought to you by:
davidfraser,
friedelwolff
From: <dav...@us...> - 2003-10-14 15:50:19
|
Update of /cvsroot/jtoolkit/jToolkit/web In directory sc8-pr-cvs1:/tmp/cvs-serv31561 Modified Files: safeapache.py Log Message: took out unneccessary sys import Index: safeapache.py =================================================================== RCS file: /cvsroot/jtoolkit/jToolkit/web/safeapache.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** safeapache.py 25 Sep 2003 17:36:55 -0000 1.3 --- safeapache.py 14 Oct 2003 15:50:06 -0000 1.4 *************** *** 24,29 **** # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - import sys - class FakeConnection: user = 'testuser' --- 24,27 ---- |