cmlenz@31: #!/usr/bin/env python cmlenz@31: # -*- coding: iso8859-1 -*- cmlenz@31: # cmlenz@31: # Copyright (C) 2005 Christopher Lenz cmlenz@163: # All rights reserved. cmlenz@31: # cmlenz@163: # This software is licensed as described in the file COPYING, which cmlenz@163: # you should have received as part of this distribution. The terms cmlenz@163: # are also available at http://bitten.cmlenz.net/wiki/License. cmlenz@31: cmlenz@31: from bitten import master cmlenz@31: cmlenz@31: master.main()