test/data/scripts/script1.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 07 Feb 2011 15:13:04 +0100
changeset 6941 9ed02daa7dbb
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[repo, ms] optimise external source deletion by using source's eid instead of name

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