diff options
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.""" |