annotate scripts/bittend @ 32:21c52720ed32

Remove unused imports.
author cmlenz
date Sun, 19 Jun 2005 23:28:35 +0000
parents 0b82d012e42c
children 634be6cbb808
rev   line source
31
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
1 #!/usr/bin/env python
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
2 # -*- coding: iso8859-1 -*-
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
3 #
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
4 # Copyright (C) 2005 Christopher Lenz <cmlenz@gmx.de>
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
5 #
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
6 # Bitten is free software; you can redistribute it and/or
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
7 # modify it under the terms of the GNU General Public License as
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
8 # published by the Free Software Foundation; either version 2 of the
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
9 # License, or (at your option) any later version.
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
10 #
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
11 # Trac is distributed in the hope that it will be useful,
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
14 # General Public License for more details.
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
15 #
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
16 # You should have received a copy of the GNU General Public License
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
17 # along with this program; if not, write to the Free Software
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
18 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
19 #
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
20 # Author: Christopher Lenz <cmlenz@gmx.de>
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
21
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
22 from bitten import master
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
23
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
24 master.main()
Copyright (C) 2012-2017 Edgewall Software