Index: third_party/gsutil/third_party/rsa/tests/constants.py |
diff --git a/third_party/gsutil/third_party/rsa/tests/constants.py b/third_party/gsutil/third_party/rsa/tests/constants.py |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6a0d0818368942a4bfc0c3475d8a2e32d4b3175c |
--- /dev/null |
+++ b/third_party/gsutil/third_party/rsa/tests/constants.py |
@@ -0,0 +1,9 @@ |
+# -*- coding: utf-8 -*- |
+ |
+from rsa._compat import have_python3 |
+ |
+if have_python3: |
+ from py3kconstants import * |
+else: |
+ from py2kconstants import * |
+ |