test/data/scripts/script1.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 01 Oct 2010 17:27:54 +0200
changeset 6384 89d5b339ebdd
parent 5436 2455ca3a2a3a
child 6631 26c303c3f1aa
permissions -rw-r--r--
#1256570: remove __method, it is not used in any of the cubes from logilab and encourages bad design by using Redirect (eg ui specific) from entities.py

assert 'data/scripts/script1.py' == __file__
assert '__main__' == __name__
assert [] == __args__, __args__