test/data/scripts/script1.py
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 17 Oct 2012 15:47:12 +0200
branchstable
changeset 8575 688d108af306
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[ldapparser] utf-8 uri + unicode emailaddr will crash if the later is not properly encoded (closes #2508515)

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