summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2016-03-13 15:28:27 +0000
committerNeil Williams <codehelp@debian.org>2016-03-13 15:36:21 +0000
commitf1f3659bc23968a23d91bfdedc7f320983c7e503 (patch)
treef46061e3232a9d23554f7a6cf3975306b659a63b /bin
parent748bbd7ca24d3f54ab410fa18a39301a4afa8900 (diff)
downloadvmdebootstrap-f1f3659bc23968a23d91bfdedc7f320983c7e503.tar.gz
Prepare for 1.5
Diffstat (limited to 'bin')
-rwxr-xr-xbin/vmdebootstrap4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/vmdebootstrap b/bin/vmdebootstrap
index 82dcfd7..81cc7bf 100755
--- a/bin/vmdebootstrap
+++ b/bin/vmdebootstrap
@@ -16,6 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# pylint: disable=wrong-import-order
+
import os
import sys
import time
@@ -37,7 +39,7 @@ from vmdebootstrap.filesystem import Filesystem
from vmdebootstrap.uefi import Uefi
from vmdebootstrap.network import Networking
-__version__ = '1.4'
+__version__ = '1.5'
# pylint: disable=invalid-name,line-too-long
# pylint: disable=missing-docstring,too-many-statements