~mmcg069/software-center/lobby-tweaks

« back to all changes in this revision

Viewing changes to test/gtk3/test_catview.py

  • Committer: Matthew McGowan
  • Date: 2011-08-24 12:03:03 UTC
  • mfrom: (2131.1.56 software-center)
  • Revision ID: matthew.joseph.mcgowan@gmail.com-20110824120303-hvqa291osfyeic7x
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    os.path.dirname(__file__), "..", "..", 'data')
14
14
 
15
15
from softwarecenter.enums import SortMethods
16
 
from softwarecenter.db.categories import get_category_by_name
17
16
 
18
17
class TestCatView(unittest.TestCase):
19
18