File: __init__.py

package info (click to toggle)
python-processview 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,192 kB
  • sloc: python: 1,362; makefile: 6
file content (4 lines) | stat: -rw-r--r-- 195 bytes parent folder | download
1
2
3
4
from silx import resources as _silx_resources  # noqa

# Add processview resources to silx resource management
_silx_resources.register_resource_directory("processview", "processview.resources")