pkgsrc-wip/py-gdata/patches/patch-aa
2008-04-19 20:03:46 +00:00

11 lines
352 B
Text

--- src/gdata/apps/service.py.orig 2008-04-10 21:44:05.000000000 +0100
+++ src/gdata/apps/service.py 2008-04-19 20:10:52.000000000 +0100
@@ -24,7 +24,7 @@
except ImportError:
try:
from xml.etree import ElementTree
- except Import Error:
+ except ImportError:
from elementtree import ElementTree
import urllib
import gdata