Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change shebang to use /usr/bin/env | Radostin Stoyanov | 2017-06-16 | 1 | -1/+1 |
| | | | | | | | | When python is not /usr/bin/python but something else that is still found by your system, /usr/bin/env still finds it. :x Reference: https://mail.python.org/pipermail/python-list/2012-September/631967.html | ||||
* | Move source files in src/virtBootstrap | Radostin Stoyanov | 2017-06-16 | 1 | -0/+139 |
Preparatory commit before setup.py introduction. |