test/data/scripts/script1.py
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 22 Apr 2011 11:58:41 +0200
changeset 7244 a918f76441ce
parent 6631 26c303c3f1aa
permissions -rw-r--r--
fix tests broken by fcb8932082a5 (continued)

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