annotate scripts/bittend @ 163:634be6cbb808

Flip the switch: Bitten is now BSD-licensed.
author cmlenz
date Sat, 27 Aug 2005 07:58:12 +0000
parents 21c52720ed32
children
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>
163
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents: 32
diff changeset
5 # All rights reserved.
31
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
6 #
163
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents: 32
diff changeset
7 # This software is licensed as described in the file COPYING, which
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents: 32
diff changeset
8 # you should have received as part of this distribution. The terms
634be6cbb808 Flip the switch: Bitten is now BSD-licensed.
cmlenz
parents: 32
diff changeset
9 # are also available at http://bitten.cmlenz.net/wiki/License.
31
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 from bitten import master
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
12
0b82d012e42c Add thin script shells around master and slave.
cmlenz
parents:
diff changeset
13 master.main()
Copyright (C) 2012-2017 Edgewall Software