test/data/scripts/script1.py
author David Douard <david.douard@logilab.fr>
Fri, 19 Feb 2016 12:11:31 +0100
changeset 11338 dde85a5d47fc
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[book] improve a bit the documentation of the database setup also remove the MySQL section.

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