blob: f1d497618d6129a4a0810e9309fd5760920582ed [file] [log] [blame]
%module xxx
%pythoncode %{
def foo():
a = 1 # This line starts with a tab instead of 8 spaces.
return 2
%}