diff MPIWGFMManager.py @ 1:03cd09e9133e default tip

klein-grossschrift probleme behoben
author dwinter
date Fri, 03 May 2013 11:38:27 +0200
parents 957bcf42f206
children
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)