File: Version.py

package info (click to toggle)
cypari2 2.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,500 kB
  • sloc: python: 146,244; makefile: 35; ansic: 5
file content (9 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
# for backwards compatibility

from __future__ import absolute_import

from .. import __version__ as version

# For 'generated by' header line in C files.

watermark = str(version)