[Inteproxy-commits] r22 - trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Feb 7 19:05:22 CET 2007
Author: bh
Date: 2007-02-07 19:05:22 +0100 (Wed, 07 Feb 2007)
New Revision: 22
Modified:
trunk/ChangeLog
trunk/getpassword.py
Log:
* getpassword.py: Remove unused import
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-02-07 18:04:34 UTC (rev 21)
+++ trunk/ChangeLog 2007-02-07 18:05:22 UTC (rev 22)
@@ -1,5 +1,9 @@
2007-02-07 Bernhard Herzog <bh at intevation.de>
+ * getpassword.py: Remove unused import
+
+2007-02-07 Bernhard Herzog <bh at intevation.de>
+
* transcoder.py: New module for classes that are used to modify
http requests
Modified: trunk/getpassword.py
===================================================================
--- trunk/getpassword.py 2007-02-07 18:04:34 UTC (rev 21)
+++ trunk/getpassword.py 2007-02-07 18:05:22 UTC (rev 22)
@@ -8,7 +8,6 @@
"""Code to ask the user for username and password"""
import traceback
-import Queue
# Determine the window system we're using. This determines how the user
# is asked for the username/password.
More information about the Inteproxy-commits
mailing list