test/data/scripts/script1.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 23 Oct 2012 12:12:22 +0200
branchstable
changeset 8589 ee9ecfccc3e8
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[ldapfeed] move docstring to the class instead of the module

from os.path import join
assert __file__.endswith(join('scripts', 'script1.py')), __file__
assert '__main__' == __name__, __name__
assert [] == __args__, __args__