[doc] Improvement to the Views chapter. Moved content about the main template in the Templates chapter.
# -*- coding: ISO-8859-1 -*-"""Script used to fire all tests"""__revision__='$Id: runtests.py,v 1.1 2005-06-17 14:09:18 adim Exp $'fromlogilab.common.testlibimportmainif__name__=='__main__':importsys,osmain(os.path.dirname(sys.argv[0])or'.')