Just starting with Python, please considder ..

Hallo,

When I do something like this:

cont = GameLogic.getCurrentController()
own = cont.getOwner()
print dir(own)

the output is repeated, so it apears twice.
I can’t find the solution.