File: api.py

package info (click to toggle)
python-envisageplugins 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,616 kB
  • ctags: 1,970
  • sloc: python: 7,047; makefile: 11; sh: 11; lisp: 1
file content (10 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
""" Envisage package Copyright 2003, 2004, 2005 Enthought, Inc. """


from workbench import Workbench
from workbench_action_set import WorkbenchActionSet
from workbench_application import WorkbenchApplication
from workbench_window import WorkbenchWindow


#### EOF ######################################################################