summaryrefslogtreecommitdiff
diff options
-rw-r--r--tests/autopilot/autopilot/emulators/unity/switcher.py2
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."""