diff options
| author | Thomi Richards <thomi.richards@canonical.com> | 2012-03-05 13:26:26 +1300 |
|---|---|---|
| committer | Thomi Richards <thomi.richards@canonical.com> | 2012-03-05 13:26:26 +1300 |
| commit | 6e0b642a3f37192f3f888050b633c6a3dd020c64 (patch) | |
| tree | fd6fff3b7aa6e1e6d54287bff37cf3382911645a | |
| parent | 20db8fb5476ea5258cae4a2bdb5da2fd4085958e (diff) | |
Added a TODO comment before switcher emulator prompting me to refactor it in another branch.
(bzr r2047.2.8)
| -rw-r--r-- | tests/autopilot/autopilot/emulators/unity/switcher.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/autopilot/autopilot/emulators/unity/switcher.py b/tests/autopilot/autopilot/emulators/unity/switcher.py index d8432d28c..896722e2e 100644 --- a/tests/autopilot/autopilot/emulators/unity/switcher.py +++ b/tests/autopilot/autopilot/emulators/unity/switcher.py @@ -21,6 +21,8 @@ from autopilot.emulators.unity.icons import * logger = logging.getLogger(__name__) +# TODO: THis class needs to be ported to the new-style emulator classes. +# See launcher.py or dash.py for reference. class Switcher(KeybindingsHelper): """Interact with the Unity switcher.""" |
