diff options
Diffstat (limited to 'Lib/plat-linux2/IN.py')
-rw-r--r-- | Lib/plat-linux2/IN.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-linux2/IN.py b/Lib/plat-linux2/IN.py index 2020b03..ad307f6 100644 --- a/Lib/plat-linux2/IN.py +++ b/Lib/plat-linux2/IN.py @@ -612,4 +612,4 @@ def IN6_IS_ADDR_MC_SITELOCAL(a): return \ def IN6_IS_ADDR_MC_ORGLOCAL(a): return \ -def IN6_IS_ADDR_MC_GLOBAL(a): return \ +def IN6_IS_ADDR_MC_GLOBAL(a): return |