Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-26 | change 'except' syntax to python 3 style. | Scott Moser | |
Everywhere that there occurred: except Exception, e: changed to except Exception as e: | |||
2011-01-25 | make rightscale config default to once-per-instance, not once-ever | Scott Moser | |
2011-01-25 | add support for reading rightscale style userdata | Scott Moser | |
LP: #668400 |