File: __init__.py

package info (click to toggle)
pytest-snapshot 0.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 236 kB
  • sloc: python: 1,005; sh: 17; makefile: 16
file content (5 lines) | stat: -rw-r--r-- 183 bytes parent folder | download
1
2
3
4
5
try:
    from ._version import version as __version__
except ImportError:
    # broken installation, we don't even try (copied from pytest implementation)
    __version__ = "unknown"