From c1735e1c80c9ec515f4a30cd212b7e331d7e2a83 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Tue, 8 Jan 2013 16:11:05 +0100 Subject: Drop ipapython.compat. --- ipapython/ssh.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ipapython/ssh.py') diff --git a/ipapython/ssh.py b/ipapython/ssh.py index 6686e9124..3294aa430 100644 --- a/ipapython/ssh.py +++ b/ipapython/ssh.py @@ -25,8 +25,7 @@ SSH utilities. import base64 import re import struct - -from ipapython.compat import md5, sha1 +from hashlib import md5, sha1 __all__ = ['SSHPublicKey'] -- cgit