~jelmer/lp-dev-utils/loc-contributions-author

« back to all changes in this revision

Viewing changes to ec2test/__init__.py

  • Committer: Aaron Bentley
  • Date: 2012-02-24 20:10:13 UTC
  • mto: This revision was merged to the branch mainline in revision 104.
  • Revision ID: aaron@canonical.com-20120224201013-rayp22zutc3df5jf
Get ec2test working.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
 
13
13
load_plugins()
14
 
import paramiko
15
 
 
16
 
#############################################################################
17
 
# Try to guide users past support problems we've encountered before
18
 
if not paramiko.__version__.startswith('1.7.4'):
19
 
    raise RuntimeError('Your version of paramiko (%s) is not supported.  '
20
 
                       'Please use 1.7.4.' % (paramiko.__version__,))
21
 
# maybe add similar check for bzrlib?
22
 
# End
23
 
#############################################################################
24
14
 
25
15
import warnings
26
16
warnings.filterwarnings(