~gary-lasker/software-center/misc-fixes

« back to all changes in this revision

Viewing changes to softwarecenter/ui/gtk3/session/viewmanager.py

  • Committer: Michael Vogt
  • Date: 2011-08-10 07:35:53 UTC
  • Revision ID: michael.vogt@ubuntu.com-20110810073553-shv8mlu1arm58ihp
* test/gtk3/test_panes.py:
  - add basic tests for the various panes
* softwarecenter/testutils.py:
  - add helper factory methods to make writing tests easier

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
from softwarecenter.ui.gtk3.widgets.searchentry import SearchEntry
24
24
 
25
25
_viewmanager = None # the gobal Viewmanager instance
26
 
 
27
 
 
28
26
def get_viewmanager():
29
27
    return _viewmanager
30
28
 
31
 
 
32
29
class ViewManager(object):
33
30
 
34
31
    def __init__(self, notebook_view, options=None):