~viswesn/juju-ci-tools/aws_boto3

« back to all changes in this revision

Viewing changes to start_libvirt_domain.py

  • Committer: John George
  • Date: 2014-11-11 00:58:39 UTC
  • mto: This revision was merged to the branch mainline in revision 727.
  • Revision ID: john.george@canonical.com-20141111005839-cbp8wsuxgecpwwm0
Move libvirt_domain functions from jujupy to substrate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
from argparse import ArgumentParser
3
 
from jujupy import start_libvirt_domain
 
3
from substrate import start_libvirt_domain
4
4
 
5
5
 
6
6
def main():