File: __init__.py

package info (click to toggle)
django-auth-ldap 1.2.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 712 kB
  • ctags: 493
  • sloc: python: 1,961; makefile: 89
file content (2 lines) | stat: -rw-r--r-- 65 bytes parent folder | download
1
2
version = (1, 2, 7)
version_string = '.'.join(map(str, version))