~cjwatson/launchpad-buildd/snapcraft

« back to all changes in this revision

Viewing changes to lpbuildd/tests/harness.py

  • Committer: Colin Watson
  • Date: 2015-06-04 10:42:08 UTC
  • Revision ID: cjwatson@canonical.com-20150604104208-unvo9i1r4vlwaoi6
Remove FakeSlave from __all__ in lpbuildd/tests/harness.py.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
__metaclass__ = type
5
5
__all__ = [
6
6
    'BuilddTestCase',
7
 
    'FakeSlave',
8
7
    ]
9
8
 
10
9
import os