%module xxx
%pythoncode %{
def one():
print "in one"
%}
print "still in one"
def two():
print "in two"