您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

8 行
175 B

  1. import sys
  2. # https://www.python.org/dev/peps/pep-0396/
  3. __version__ = '0.4.7'
  4. if sys.version_info[:2] < (2, 4):
  5. raise RuntimeError('PyASN1 requires Python 2.4 or later')