]> git.pld-linux.org Git - packages/python-coherence.git/blob - python-coherence-syntax.patch
- patch for python syntax
[packages/python-coherence.git] / python-coherence-syntax.patch
1 --- Coherence-0.4.0/coherence/upnp/core/utils.py~       2007-07-12 00:13:04.000000000 +0200
2 +++ Coherence-0.4.0/coherence/upnp/core/utils.py        2007-12-26 20:45:13.750845014 +0100
3 @@ -69,7 +69,7 @@
4                      if l[2] != '00000000': #default gateway...
5                          route.close()
6                          return get_ip_address(l[0])
7 -    except IOerror:
8 +    except IOError:
9          """ fallback to parsing the output of netstat """
10          import os, posix
11          (osname,_, _, _,_) = os.uname()
This page took 0.028073 seconds and 3 git commands to generate.