view scripts/build.py @ 1:32e9f0e94c69

Fix running the unit tests from distutils.
author cmlenz
date Sun, 22 May 2005 16:19:04 +0000
parents 0b2a3581c48d
children 3ba3fb6f0054
line wrap: on
line source
#!/usr/bin/env python

from trac.core import ComponentManager

from bitten.recipe import RecipeExecutor
from bitten.python import cmd_distutils, rep_pylint
from bitten.general import cmd_make

if __name__ == '__main__':
    mgr = ComponentManager()
    executor = RecipeExecutor(mgr)
    executor.execute()
Copyright (C) 2012-2017 Edgewall Software