~3v1n0/unity/panel-p-cleanup

« back to all changes in this revision

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

  • Committer: Marco Trevisan (Treviño)
  • Date: 2012-04-05 23:07:43 UTC
  • mfrom: (1858.321.43 unity)
  • Revision ID: mail@3v1n0.net-20120405230743-nnxxqy2feiofkhm1
Merging with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
from autopilot.emulators.unity import UnityIntrospectionObject
11
11
from autopilot.emulators.unity.quicklist import Quicklist
12
12
 
13
 
 
14
13
class SimpleLauncherIcon(UnityIntrospectionObject):
15
14
    """Holds information about a simple launcher icon.
16
15