summaryrefslogtreecommitdiffstats
path: root/src/virtBootstrap/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename format_number() into bytes_to_size()Cédric Bosdonnat2017-07-051-2/+2
| | | | rename the function to match its counterpart size_to_bytes().
* Gather common utility functions in "utils" moduleRadostin Stoyanov2017-07-051-0/+346
Add new module to collect utility functions used in virt-bootstrap. Move the function definitions from "sources" and "virt_bootstrap" to the new module.