test/data/scripts/script2.py
author Julien Jehannet <julien.jehannet@logilab.fr>
Tue, 07 Jun 2011 11:42:08 +0200
branchstable
changeset 7856 51a3fb272bf3
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[skeleton] fix new class configuration in realdbtest

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