bug 1166976 - add Python-RSA python library r=ted,gerv
This commit is contained in:
9
python/rsa/tests/constants.py
Normal file
9
python/rsa/tests/constants.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from rsa._compat import have_python3
|
||||
|
||||
if have_python3:
|
||||
from py3kconstants import *
|
||||
else:
|
||||
from py2kconstants import *
|
||||
|
||||
Reference in New Issue
Block a user