[Inteproxy-commits] r86 - in trunk: . inteproxy

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon May 7 16:40:23 CEST 2007


Author: bh
Date: 2007-05-07 16:40:22 +0200 (Mon, 07 May 2007)
New Revision: 86

Modified:
   trunk/ChangeLog
   trunk/inteproxy/feesdialog.py
Log:
* inteproxy/feesdialog.py (handle_fees_and_access_constraints):
Remove the little test exececuted when the module is run as a
script.  It doesn't work anymore and the dialog is now in
gtkapp.py anyway.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-05-07 14:17:32 UTC (rev 85)
+++ trunk/ChangeLog	2007-05-07 14:40:22 UTC (rev 86)
@@ -1,5 +1,12 @@
 2007-05-07  Bernhard Herzog  <bh at intevation.de>
 
+	* inteproxy/feesdialog.py (handle_fees_and_access_constraints):
+	Remove the little test exececuted when the module is run as a
+	script.  It doesn't work anymore and the dialog is now in
+	gtkapp.py anyway.
+
+2007-05-07  Bernhard Herzog  <bh at intevation.de>
+
 	* inteproxy/main.py (setup_urllib2): Do not instantiate a
 	urllib2.HTTPBasicAuthHandler.  Now InteProxy passes 401
 	responses ("Unauthorized") through to the client.

Modified: trunk/inteproxy/feesdialog.py
===================================================================
--- trunk/inteproxy/feesdialog.py	2007-05-07 14:17:32 UTC (rev 85)
+++ trunk/inteproxy/feesdialog.py	2007-05-07 14:40:22 UTC (rev 86)
@@ -80,9 +80,3 @@
         response_read = StringIO(data).read
 
     return response_read
-
-
-# Manual tests when running this module as a script
-if __name__ == "__main__":
-    run_fees_dialog("Demo WMS Server", "Sample Fees Text",
-                    "Sample AccessConstraints text")



More information about the Inteproxy-commits mailing list