From: Tim Peters Date: Sun, 18 Jul 2004 06:35:21 +0000 (+0000) Subject: Repair bizarre generated Python. X-Git-Tag: v2.4a2~204 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4658540ed3e40d80022448483f5bd24fed25ffcd;p=thirdparty%2FPython%2Fcpython.git Repair bizarre generated Python. --- diff --git a/Lib/plat-atheos/IN.py b/Lib/plat-atheos/IN.py index 53f3d5579ff2..6588d6511207 100644 --- a/Lib/plat-atheos/IN.py +++ b/Lib/plat-atheos/IN.py @@ -941,4 +941,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 diff --git a/Lib/plat-linux2/IN.py b/Lib/plat-linux2/IN.py index 2020b033ac0b..ad307f65398b 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