[Inteproxy-commits] r43 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Apr 12 15:47:22 CEST 2007


Author: bh
Date: 2007-04-12 15:47:22 +0200 (Thu, 12 Apr 2007)
New Revision: 43

Modified:
   trunk/ChangeLog
   trunk/InteProxy.py
Log:
* InteProxy.py: Import getpassword to make http basic
authentication work again.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-04-11 13:17:37 UTC (rev 42)
+++ trunk/ChangeLog	2007-04-12 13:47:22 UTC (rev 43)
@@ -1,3 +1,8 @@
+2007-04-12  Bernhard Herzog  <bh at intevation.de>
+
+	* InteProxy.py: Import getpassword to make http basic
+	authentication work again.
+
 2007-04-11  Bernhard Herzog  <bh at intevation.de>
 
 	* test/test_transcoder_map.py

Modified: trunk/InteProxy.py
===================================================================
--- trunk/InteProxy.py	2007-04-11 13:17:37 UTC (rev 42)
+++ trunk/InteProxy.py	2007-04-12 13:47:22 UTC (rev 43)
@@ -26,6 +26,7 @@
 import socket
 import proxyconnection
 from transcoder import transcoder_map
+from getpassword import getpassword
 
 inteproxy_version = "0.1.2"
 



More information about the Inteproxy-commits mailing list