~canonical-platform-qa/auto-upgrade-testing/qemu-desktop

« back to all changes in this revision

Viewing changes to upgrade_testing/provisioning/__init__.py

  • Committer: Christopher Lee
  • Date: 2015-11-06 03:50:32 UTC
  • Revision ID: chris.lee@canonical.com-20151106035032-witxxqm345pywhf8
Shuffle around module layout

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# You should have received a copy of the GNU General Public License
16
16
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
17
#
 
18
 
 
19
from upgrade_testing.provisioning._provisionconfig import (
 
20
    ProvisionSpecification
 
21
)
 
22
 
 
23
__all__ = ['ProvisionSpecification']