File: __init__.py

package info (click to toggle)
mayavi 1.1-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,388 kB
  • ctags: 1,565
  • sloc: python: 11,145; sh: 51; makefile: 46
file content (11 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
# This file makes this directory into a Python package.

# Hacks to make local name lookups work.  Order is important and
# Common must be imported first.
import Common, Base.Objects

import Main

# This is a function that will return a MayaViTkGUI instance.
mayavi = Main.mayavi
MayaVi = mayavi