bug 1166976 - add Python-RSA python library r=ted,gerv

This commit is contained in:
David Keeler
2015-05-20 16:34:03 -07:00
parent 766937c879
commit f022b9f69b
47 changed files with 4751 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# -*- coding: utf-8 -*-
from rsa._compat import have_python3
if have_python3:
from py3kconstants import *
else:
from py2kconstants import *