From: Aki Tuomi Date: Tue, 17 Mar 2015 17:57:32 +0000 (+0200) Subject: Remove unneeded semicolons X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~98^2~44^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2239%2Fhead;p=thirdparty%2Fpdns.git Remove unneeded semicolons --- diff --git a/regression-tests/tkey.py b/regression-tests/tkey.py index 04c700b08c..86805dc266 100755 --- a/regression-tests/tkey.py +++ b/regression-tests/tkey.py @@ -1,8 +1,8 @@ #!/usr/bin/env python -import socket; -import select; -import sys; +import socket +import select +import sys def ensure(data, offset, value): if (data[offset:offset+len(value)] != value):