Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 878395
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +3 lines)
Line  Link Here
0
-- a/bindings/cxx/enums.py
0
++ b/bindings/cxx/enums.py
Lines 73-78 Link Here
73
code = open(os.path.join(outdirname, 'cxx/enums.cpp'), 'w')
73
code = open(os.path.join(outdirname, 'cxx/enums.cpp'), 'w')
74
swig = open(os.path.join(outdirname, 'swig/enums.i'), 'w')
74
swig = open(os.path.join(outdirname, 'swig/enums.i'), 'w')
75
75
76
print('%include "attribute.i" \n', file=swig)
77
76
for file in (header, code):
78
for file in (header, code):
77
    print("/* Generated file - edit enums.py instead! */", file=file)
79
    print("/* Generated file - edit enums.py instead! */", file=file)

Return to bug 878395