File: __init__.py

package info (click to toggle)
python-pysnmp4 4.4.6%2Brepack1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,388 kB
  • sloc: python: 19,792; makefile: 166; sh: 23
file content (5 lines) | stat: -rw-r--r-- 176 bytes parent folder | download
1
2
3
4
5
# http://www.python.org/dev/peps/pep-0396/
__version__ = '4.4.6'
# backward compatibility
version = tuple([int(x) for x in __version__.split('.')])
majorVersionId = version[0]