~ubuntu-branches/ubuntu/precise/mayavi2/precise

« back to all changes in this revision

Viewing changes to tvtk/api.py

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2011-07-09 01:18:36 UTC
  • mfrom: (1.1.10 upstream) (2.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110709011836-fha21zirlgkqh92s
Tags: 4.0.0-1
* New upstream release
* debian/control:
  - Bump Standards-Version to 3.9.2
  - Set X-Python-Version: 2.6, fixes FTBFS (Closes: #625148)
  - Update Depends
* Update debian/watch file
* Cleanup debian/rules file

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Author: Prabhu Ramachandran
 
2
# License: BSD style
 
3
 
 
4
# The external API for tvtk.
 
5
 
 
6
 
 
7
# The version of TVTK that is installed
 
8
from tvtk.version import version, version as __version__
 
9
 
 
10
# The TVTK pseudo-module.
 
11
from tvtk.tvtk_access import tvtk
 
12
 
 
13
# Handy colors from VTK.
 
14
from vtk.util import colors
 
15
 
 
16
# Some miscellaneous functionality.
 
17
from tvtk.misc import write_data