summaryrefslogtreecommitdiff
path: root/security/py-gpsoauth/files/patch-gpsoauth_google.py
blob: 231c5dcae6e8f922499cb227965538093c64409c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- gpsoauth/google.py.orig	2017-02-18 18:11:10 UTC
+++ gpsoauth/google.py
@@ -1,8 +1,8 @@
 import base64
 import hashlib
 
-from Cryptodome.PublicKey import RSA
-from Cryptodome.Cipher import PKCS1_OAEP
+from Crypto.PublicKey import RSA
+from Crypto.Cipher import PKCS1_OAEP
 
 from .util import bytes_to_long, long_to_bytes