Home | History | Annotate | Download | only in tests
      1 # -*- coding: utf-8 -*-
      2 
      3 from rsa._compat import have_python3
      4 
      5 if have_python3:
      6     from py3kconstants import *
      7 else:
      8     from py2kconstants import *
      9 
     10