~ubuntu-branches/ubuntu/hardy/mayavi2/hardy-backports

« back to all changes in this revision

Viewing changes to enthought.envisage/enthought/envisage/single_project/plugin_implementation.py

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-07-25 09:03:34 UTC
  • mfrom: (2.2.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080725090334-1hbb9fn8b3as5qy0
Tags: 2.2.0-1~hardy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
import logging
17
17
 
18
18
# Enthought library imports
19
 
from enthought.envisage.action import ActionSetManager, DefaultMenuBuilder
 
19
from enthought.envisage.action.api import ActionSetManager, DefaultMenuBuilder
20
20
from enthought.envisage.core.plugin import Plugin
21
21
from enthought.envisage.resource.resource_plugin import ResourcePlugin
22
22
from enthought.pyface.action.api import MenuManager