typo
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# $Id: hbc,v 1.8 2012/03/29 00:04:34 andreas Exp $
|
# $Id: hbc,v 1.9 2012/03/29 02:08:36 andreas Exp $
|
||||||
import sys, time, socket, os, signal, getopt, string, select
|
import sys, time, socket, os, signal, getopt, string, select
|
||||||
|
|
||||||
PORT=50003
|
PORT=50003
|
||||||
@@ -85,7 +85,7 @@ try:
|
|||||||
f=open(configfile,"r")
|
f=open(configfile,"r")
|
||||||
if verbose: print "notice: using config file %s" % configfile
|
if verbose: print "notice: using config file %s" % configfile
|
||||||
except:
|
except:
|
||||||
if verbose: print "warning: running without conifig file: %s" % configfile
|
if verbose: print "warning: running without config file: %s" % configfile
|
||||||
f=None
|
f=None
|
||||||
|
|
||||||
if f:
|
if f:
|
||||||
|
|||||||
Reference in New Issue
Block a user