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

« back to all changes in this revision

Viewing changes to enthought.envisage/examples/plugin/message/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:
4
4
# Enthought library imports.
5
5
from enthought.envisage.api import Plugin
6
6
 
7
 
# Plugin definition imports.
8
 
from enthought.envisage.examples.plugin.message.plugin_definition import \
9
 
     Message
 
7
# Local imports.
 
8
from plugin_definition import Message
10
9
 
11
10
 
12
11
class MessagePlugin(Plugin):