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 (15 lines) | stat: -rw-r--r-- 448 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"""
General utilities not specifically related to data linking (e.g. WCS or
matplotlib helper functions).

Utilities here cannot import from anywhere else in glue, with the exception of
glue.external, and can only import standard library or external dependencies.
"""

from __future__ import absolute_import, division, print_function

from .array import *
from .matplotlib import *
from .misc import *
from .geometry import *
from .colors import *