Drop ipapython.compat.

This commit is contained in:
Jan Cholasta
2013-01-08 16:11:05 +01:00
committed by Rob Crittenden
parent 893064f613
commit c1735e1c80
6 changed files with 7 additions and 90 deletions

View File

@@ -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']