Anders Ingemann
|
f3d633780f
|
Use string concatenation instead of format()
String concatenation can at times be easier to read that format().
One should choose whichever approach is more readable.
|
2014-05-04 13:41:15 +02:00 |
|
Anders Ingemann
|
0a2cd86b4b
|
Add get_standard_rollback_tasks()
This simplifies the the providser rollback_tasks fn considerably
|
2014-05-03 16:13:49 +02:00 |
|
Anders Ingemann
|
3b23ccf92c
|
Don't use DictClass for provider namespaces
It's a hack only for the manifest vars and shouldn't be used for anything else
|
2014-04-10 00:20:35 +02:00 |
|
Anders Ingemann
|
9e748601b3
|
Use bootstrapinfo module namespace when applicable
|
2014-04-08 23:12:08 +02:00 |
|
Anders Ingemann
|
bbb06d717e
|
Properly fix imports and make bootstrapvz work like a package
|
2014-04-02 21:32:10 +02:00 |
|
Anders Ingemann
|
be96e4c13f
|
Move code into proper package folder
|
2014-04-02 21:26:13 +02:00 |
|