Some cleaning of quotes and prints

This commit is contained in:
Thomas S Hatch 2013-06-18 15:57:36 -06:00
parent 32ad87969f
commit e0c10755b9
2 changed files with 1 additions and 2 deletions

View File

@ -125,7 +125,7 @@ class LocalClient(object):
try:
return range_.expand(tgt)
except seco.range.RangeException as err:
print("Range server exception: {0}".format(err))
print('Range server exception: {0}'.format(err))
return []
def _get_timeout(self, timeout):

View File

@ -499,7 +499,6 @@ class TestDaemon(object):
for target in responses:
if target not in expected_connections:
# Someone(minion) else "listening"?
print target
continue
expected_connections.remove(target)
sys.stdout.write('\r' + ' ' * PNUM + '\r')