Import with from the future.
parent
9f6a0a08fb
commit
ab00cd69e4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue