Skip to content

Commit b56c41d

Browse files
author
tim_one
committed
Repair bizarre generated Python.
git-svn-id: http://svn.python.org/projects/python/trunk@36564 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent fa2c90d commit b56c41d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Lib/plat-atheos/IN.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -941,4 +941,4 @@ def IN6_IS_ADDR_MC_SITELOCAL(a): return \
941941

942942
def IN6_IS_ADDR_MC_ORGLOCAL(a): return \
943943

944-
def IN6_IS_ADDR_MC_GLOBAL(a): return \
944+
def IN6_IS_ADDR_MC_GLOBAL(a): return

Lib/plat-linux2/IN.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -612,4 +612,4 @@ def IN6_IS_ADDR_MC_SITELOCAL(a): return \
612612

613613
def IN6_IS_ADDR_MC_ORGLOCAL(a): return \
614614

615-
def IN6_IS_ADDR_MC_GLOBAL(a): return \
615+
def IN6_IS_ADDR_MC_GLOBAL(a): return

0 commit comments

Comments
 (0)