Import with from the future.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-06-09 08:11:33 +00:00
parent 9f6a0a08fb
commit ab00cd69e4
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ A test harness and unittests for gnupg.py.
from __future__ import absolute_import
from __future__ import print_function
from __future__ import with_statement
from argparse import ArgumentParser
from codecs import open as open
from functools import wraps