File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77__pycache__ /
88* .so
99* ~
10+ .vscode /
1011
1112# due to using testing tools
1213test.py
Original file line number Diff line number Diff line change 2727from gevent .pool import Group
2828from gevent import monkey
2929import gevent
30+ monkey .patch_all ()
31+
3032from libcloud .compute .types import Provider
3133from libcloud .compute .providers import get_driver
3234from libcloud .common .types import InvalidCredsError
3537from mcc .confdir import CONFIG_DIR
3638import sys
3739
38- monkey .patch_all ()
3940
4041
4142def get_conns (cred , providers ):
Original file line number Diff line number Diff line change 3232import os
3333import sys
3434
35- __version__ = "0.9.2 "
35+ __version__ = "0.9.3 "
3636
3737
3838def main ():
Original file line number Diff line number Diff line change 6464 package_data = {'mcc' : ['config.ini' ]},
6565 entry_points = {'console_scripts' : ['mcc=mcc.core:main' ,
6666 'mccl=mcc.core:list_only' ]},
67- version = '0.9.2 ' ,
67+ version = '0.9.3 ' ,
6868 author = "Robert Peteuil" ,
6969 author_email = "robert.s.peteuil@gmail.com" ,
7070 url = 'https://github.com/robertpeteuil/multi-cloud-control' ,
You can’t perform that action at this time.
0 commit comments