File: qt.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 (8 lines) | stat: -rw-r--r-- 272 bytes parent folder | download
1
2
3
4
5
6
7
8
import warnings

from glue.utils.error import GlueDeprecationWarning

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

from glue.utils.qt import get_qapp, load_ui