From: yomguy Date: Wed, 23 Jan 2008 00:59:30 +0000 (+0000) Subject: Clean up X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=01c5878f995142df65fb254cb4eec052940ed022;p=tools.git Clean up git-svn-id: http://svn.parisson.org/svn/tools/trunk@36 457c0346-1240-4656-8a5a-9edca8063506 --- 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 !!!