DEBSOURCES
Skip Quicknav
sources / mozjs52 / 52.9.1-1 / python / rsa / tests / constants.py
123456789
# -*- coding: utf-8 -*- from rsa._compat import have_python3 if have_python3: from py3kconstants import * else: from py2kconstants import *