File: update_info_view.py

package info (click to toggle)
python-envisageplugins 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,600 kB
  • sloc: python: 6,968; sh: 11; makefile: 8; lisp: 1
file content (11 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11

from enthought.traits.ui.api import View


class UpdateInfoView(View):
    """ A View for UpdateInfo objects that displays them in a nice HTML widget.
    Note that this view does NOT include any UI widgets for interacting with 
    the user or prompting for a download; for that, use the UpdateCheckerDialog.
    """
    pass