mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
tests: Remove deprecated statement for python3 compatibility
This patch is made by using 2to3 command. find . -name *.py | xargs 2to3 -f future -w -n This was not really needed in this file for python2 compatibility. Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
This commit is contained in:
parent
e6b283f758
commit
00a41ed986
@ -6,8 +6,6 @@
|
||||
# This software may be distributed under the terms of the BSD license.
|
||||
# See README for more details.
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
import stat
|
||||
import socket
|
||||
|
Loading…
Reference in New Issue
Block a user