test/data/scripts/script1.py
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 18 Feb 2014 17:29:34 +0100
changeset 9554 d2fd866f69a2
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[repoapi] add security/hook control and system_sql Just redirect these methods to the repo-side Connection.

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