SOURCES: python-coherence-syntax.patch (NEW) - proper syntax
patrys
patrys at pld-linux.org
Wed Dec 26 21:17:14 CET 2007
Author: patrys Date: Wed Dec 26 20:17:14 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- proper syntax
---- Files affected:
SOURCES:
python-coherence-syntax.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/python-coherence-syntax.patch
diff -u /dev/null SOURCES/python-coherence-syntax.patch:1.1
--- /dev/null Wed Dec 26 21:17:14 2007
+++ SOURCES/python-coherence-syntax.patch Wed Dec 26 21:17:09 2007
@@ -0,0 +1,11 @@
+--- Coherence-0.4.0/coherence/upnp/core/utils.py~ 2007-07-12 00:13:04.000000000 +0200
++++ Coherence-0.4.0/coherence/upnp/core/utils.py 2007-12-26 20:45:13.750845014 +0100
+@@ -69,7 +69,7 @@
+ if l[2] != '00000000': #default gateway...
+ route.close()
+ return get_ip_address(l[0])
+- except IOerror:
++ except IOError:
+ """ fallback to parsing the output of netstat """
+ import os, posix
+ (osname,_, _, _,_) = os.uname()
================================================================
More information about the pld-cvs-commit
mailing list