File: __init__.py

package info (click to toggle)
glueviz 0.9.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 17,180 kB
  • ctags: 6,728
  • sloc: python: 37,111; makefile: 134; sh: 60
file content (9 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
import warnings

from glue.utils.error import GlueDeprecationWarning

warnings.warn("The glue.qt subpackage is deprecated - see the v0.7 release "
              "announcement for more details", GlueDeprecationWarning)

# For compatibility
from glue.utils.qt import get_qapp