From 01c5878f995142df65fb254cb4eec052940ed022 Mon Sep 17 00:00:00 2001 From: yomguy Date: Wed, 23 Jan 2008 00:59:30 +0000 Subject: [PATCH] Clean up git-svn-id: http://svn.parisson.org/svn/tools/trunk@36 457c0346-1240-4656-8a5a-9edca8063506 --- python-dav/davtest.py | 2 +- python-dav/foo.html | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 python-dav/foo.html diff --git a/python-dav/davtest.py b/python-dav/davtest.py index f9142f7..f3acd93 100644 --- a/python-dav/davtest.py +++ b/python-dav/davtest.py @@ -14,7 +14,7 @@ HOST = 'localhost' PORT = '1980' BASE = 'http://%s:%s' % (HOST, PORT) USERNAME = 'zope' -PASSWORD = 'washncellarz' +PASSWORD = sys.argv[1] encodedUSERPASS = base64.encodestring(USERNAME+":"+PASSWORD) diff --git a/python-dav/foo.html b/python-dav/foo.html deleted file mode 100644 index 28cc6a0..0000000 --- a/python-dav/foo.html +++ /dev/null @@ -1 +0,0 @@ -OK !!! -- 2.39.5