summaryrefslogtreecommitdiff
path: root/Lib/ctypes/test/test_pep3118.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/ctypes/test/test_pep3118.py')
-rw-r--r--Lib/ctypes/test/test_pep3118.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ctypes/test/test_pep3118.py b/Lib/ctypes/test/test_pep3118.py
index 32f802c861..d68397ea80 100644
--- a/Lib/ctypes/test/test_pep3118.py
+++ b/Lib/ctypes/test/test_pep3118.py
@@ -1,6 +1,6 @@
import unittest
from ctypes import *
-import re, struct, sys
+import re, sys
if sys.byteorder == "little":
THIS_ENDIAN = "<"