File: enaml_editor.py

package info (click to toggle)
python-pyface 6.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,756 kB
  • sloc: python: 39,728; makefile: 79
file content (7 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
# local imports
from pyface.tasks.editor import Editor
from pyface.tasks.enaml_pane import EnamlPane


class EnamlEditor(EnamlPane, Editor):
    """ Create an Editor for Enaml Components. """