changeset 1:03cd09e9133e default tip

klein-grossschrift probleme behoben
author dwinter
date Fri, 03 May 2013 11:38:27 +0200
parents 957bcf42f206
children
files MPIWGFMManager.py __init__.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/MPIWGFMManager.py	Thu May 02 08:33:53 2013 +0200
+++ b/MPIWGFMManager.py	Fri May 03 11:38:27 2013 +0200
@@ -111,7 +111,7 @@
         #root = ET.parse(fh);
         url="http://fm8-server.mpiwg-berlin.mpg.de/fmi/xml/fmresultset.xml?-db=Kalender&-lay=Eingabe&-findall"
         
-        h =httplib2.Http(".cache")
+        h =httplib2.Http("/var/tmp/.cacheWWW")
         if self.username is not None:
             h.add_credentials(self.username,self.password)
         
--- a/__init__.py	Thu May 02 08:33:53 2013 +0200
+++ b/__init__.py	Fri May 03 11:38:27 2013 +0200
@@ -7,6 +7,6 @@
     context.registerClass(MPIWGFMManager.MPIWGFMManager, 
                           constructors=(MPIWGFMManager.manage_addMPIWGFMManagerForm, 
                                         MPIWGFMManager.manage_addMPIWGFMManager),
-                          icon="icons/MPIWGmanager.gif")
+                          icon="icons/mpiwgmanager.gif")
 
  
\ No newline at end of file