~bilalakhtar/unity/sc-integration-phase2

« back to all changes in this revision

Viewing changes to tests/autopilot/autopilot/emulators/unity/icons.py

  • Committer: Bilal Akhtar
  • Date: 2012-03-09 01:46:18 UTC
  • Revision ID: bilalakhtar@ubuntu.com-20120309014618-e0jpfqo6f5pfuql2
Try to get test working

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
class DesktopLauncherIcon(SimpleLauncherIcon):
50
50
    """Represents an icon that may appear in the switcher."""
 
51
 
 
52
class SoftwareCenterLauncherIcon(SimpleLauncherIcon):
 
53
    """Represents a launcher icon of a Software Center app."""