cmlenz@31: #!/usr/bin/env python cmlenz@31: # -*- coding: iso8859-1 -*- cmlenz@31: # cmlenz@31: # Copyright (C) 2005 Christopher Lenz cmlenz@31: # cmlenz@31: # Bitten is free software; you can redistribute it and/or cmlenz@31: # modify it under the terms of the GNU General Public License as cmlenz@31: # published by the Free Software Foundation; either version 2 of the cmlenz@31: # License, or (at your option) any later version. cmlenz@31: # cmlenz@31: # Trac is distributed in the hope that it will be useful, cmlenz@31: # but WITHOUT ANY WARRANTY; without even the implied warranty of cmlenz@31: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU cmlenz@31: # General Public License for more details. cmlenz@31: # cmlenz@31: # You should have received a copy of the GNU General Public License cmlenz@31: # along with this program; if not, write to the Free Software cmlenz@31: # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. cmlenz@31: # cmlenz@31: # Author: Christopher Lenz cmlenz@31: cmlenz@31: from bitten import master cmlenz@31: cmlenz@31: master.main()