File: nxsource.py

package info (click to toggle)
python-nxtomomill 1.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,564 kB
  • sloc: python: 15,970; makefile: 13; sh: 3
file content (10 lines) | stat: -rw-r--r-- 291 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
from nxtomomill.utils.io import deprecated_warning
from nxtomo.nxobject.nxsource import *  # noqa F401

deprecated_warning(
    type_="Module",
    name="nxtomomill.nexus.nxsource",
    reason="dedicated project created",
    replacement="nxtomo.nxobject.nxsource",
    since_version=1.0,
)