test/data/scripts/script2.py
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Fri, 09 Nov 2012 17:14:18 +0100 (2012-11-09)
changeset 8592 df16bd045cae
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[server] fix repository initialisation Changeset d753d6a6798f was breaking database creation. Dropping the `config.creating` clause lead to trying to load the schema from database even in creation mode. Conditional are a bit altered and reordered to prevent this to happen.
from os.path import join
assert __file__.endswith(join('scripts', 'script2.py')), __file__
assert '__main__' == __name__, __name__
assert ['-v'] == __args__, __args__