blob: d419b5c01854ceef17266c24791f5490f1569bb0 (
plain) (
blame)
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)
|