3
# arch-tag: d7be3bf8-9f05-401c-9ffc-06f4dd19af48
4
# Author: David Allouche <david.allouche@canonical.com>
5
# Copyright (C) 2004 Canonical Software
7
"""Test suite for Canonical arch modules."""
12
class TestImports(unittest.TestCase):
14
from canonical.arch import broker
18
framework.register(__name__)