diff options
author | William Hua <william.hua@canonical.com> | 2013-07-23 13:16:26 -0400 |
---|---|---|
committer | William Hua <william.hua@canonical.com> | 2013-07-23 13:16:26 -0400 |
commit | 6958eda8c9f808a620c81b406fcf08940fdfd50e (patch) | |
tree | 4e1f0e485010367a10b36c1bf31e035fc59aed0e /tests/autopilot/__init__.py | |
parent | 7b0816b6c2309e2b057c6c715090fdc229109b72 (diff) | |
download | ayatana-indicator-keyboard-6958eda8c9f808a620c81b406fcf08940fdfd50e.tar.gz ayatana-indicator-keyboard-6958eda8c9f808a620c81b406fcf08940fdfd50e.tar.bz2 ayatana-indicator-keyboard-6958eda8c9f808a620c81b406fcf08940fdfd50e.zip |
Initial autopilot work.
Diffstat (limited to 'tests/autopilot/__init__.py')
-rw-r--r-- | tests/autopilot/__init__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/autopilot/__init__.py b/tests/autopilot/__init__.py new file mode 100644 index 00000000..c9bdd5c3 --- /dev/null +++ b/tests/autopilot/__init__.py @@ -0,0 +1,6 @@ +# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- +# Copyright 2013 Canonical +# +# This file is part of indicator-keyboard. + +"""indicator-keyboard autopilot tests - top level package.""" |