]> git.parisson.com Git - tools.git/commitdiff
Clean up
authoryomguy <yomguy@457c0346-1240-4656-8a5a-9edca8063506>
Wed, 23 Jan 2008 00:59:30 +0000 (00:59 +0000)
committeryomguy <yomguy@457c0346-1240-4656-8a5a-9edca8063506>
Wed, 23 Jan 2008 00:59:30 +0000 (00:59 +0000)
git-svn-id: http://svn.parisson.org/svn/tools/trunk@36 457c0346-1240-4656-8a5a-9edca8063506

python-dav/davtest.py
python-dav/foo.html [deleted file]

index f9142f7b7b185632d1ae3ee384b0e0523c86e96c..f3acd93ffb96268eb25127a841033a392f9a0017 100644 (file)
@@ -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 (file)
index 28cc6a0..0000000
+++ /dev/null
@@ -1 +0,0 @@
-OK !!!