Remove unused ctypes import.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-05-17 12:40:09 +00:00
parent c1bd8bdbab
commit 7a9e8a55bd
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 3 additions and 2 deletions

View File

@ -20,9 +20,10 @@
Logging module for python-gnupg.
'''
from functools import wraps
from __future__ import print_function
from datetime import datetime
from functools import wraps
import ctypes
import logging
import os
import sys