summaryrefslogtreecommitdiff
path: root/vmdebootstrap/filesystem.py
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 /vmdebootstrap/filesystem.py
parent748bbd7ca24d3f54ab410fa18a39301a4afa8900 (diff)
downloadvmdebootstrap-f1f3659bc23968a23d91bfdedc7f320983c7e503.tar.gz
Prepare for 1.5
Diffstat (limited to 'vmdebootstrap/filesystem.py')
-rw-r--r--vmdebootstrap/filesystem.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmdebootstrap/filesystem.py b/vmdebootstrap/filesystem.py
index 77f02df..9b3369b 100644
--- a/vmdebootstrap/filesystem.py
+++ b/vmdebootstrap/filesystem.py
@@ -22,9 +22,9 @@
import os
-import cliapp
import logging
import tempfile
+import cliapp
from vmdebootstrap.base import (
Base,
runcmd,