File: nxobject.py

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

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