diff options
Diffstat (limited to 'lang/python/pyme/callbacks.py')
-rw-r--r-- | lang/python/pyme/callbacks.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/python/pyme/callbacks.py b/lang/python/pyme/callbacks.py index 09f8226d..b25a9a74 100644 --- a/lang/python/pyme/callbacks.py +++ b/lang/python/pyme/callbacks.py @@ -15,6 +15,9 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +from __future__ import absolute_import, print_function, unicode_literals +del absolute_import, print_function, unicode_literals + from getpass import getpass def passphrase_stdin(hint, desc, prev_bad, hook=None): |