comparison scripts/bittend @ 32:21c52720ed32

Remove unused imports.
author cmlenz
date Sun, 19 Jun 2005 23:28:35 +0000
parents 0b82d012e42c
children 634be6cbb808
comparison
equal deleted inserted replaced
31:0b82d012e42c 32:21c52720ed32
17 # along with this program; if not, write to the Free Software 17 # along with this program; if not, write to the Free Software
18 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 # 19 #
20 # Author: Christopher Lenz <cmlenz@gmx.de> 20 # Author: Christopher Lenz <cmlenz@gmx.de>
21 21
22 import logging
23 from optparse import OptionParser
24 import socket
25
26 from bitten import master 22 from bitten import master
27 23
28 master.main() 24 master.main()
Copyright (C) 2012-2017 Edgewall Software