summaryrefslogtreecommitdiff
blob: c221d1bc086b7be2746702ff5bdef54a6184659d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: rosbag/src/rosbag/bag.py
===================================================================
--- rosbag.orig/src/rosbag/bag.py
+++ rosbag/src/rosbag/bag.py
@@ -50,8 +50,8 @@ import threading
 import time
 import yaml
 
-from Cryptodome.Cipher import AES
-from Cryptodome.Random import get_random_bytes
+from Crypto.Cipher import AES
+from Crypto.Random import get_random_bytes
 
 import gnupg