summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-02-27 17:59:08 +0100
committerLars Wirzenius <liw@liw.fi>2015-03-22 14:07:22 +0200
commit5b652b5c0200700ddccbd6fee545d1c14479105c (patch)
tree14fbfe9c92d0c5500ab1c47547d0f20e30f61ba0
parent38db25eaaed4e8881c7cd8cb1dfaf73dbc843a1a (diff)
downloadobnam-5b652b5c0200700ddccbd6fee545d1c14479105c.tar.gz
more imports cleanup: remove unused, add missing
-rw-r--r--obnamlib/fmt_simple/simple.py1
-rw-r--r--obnamlib/vfs_local.py1
-rw-r--r--obnamlib/vfs_local_tests.py2
3 files changed, 1 insertions, 3 deletions
diff --git a/obnamlib/fmt_simple/simple.py b/obnamlib/fmt_simple/simple.py
index 7651ca0a..663d8333 100644
--- a/obnamlib/fmt_simple/simple.py
+++ b/obnamlib/fmt_simple/simple.py
@@ -18,6 +18,7 @@
import copy
import hashlib
+import errno
import os
import random
import StringIO
diff --git a/obnamlib/vfs_local.py b/obnamlib/vfs_local.py
index 595795c4..92d2b173 100644
--- a/obnamlib/vfs_local.py
+++ b/obnamlib/vfs_local.py
@@ -19,7 +19,6 @@ import errno
import fcntl
import grp
import logging
-import math
import os
import pwd
import tempfile
diff --git a/obnamlib/vfs_local_tests.py b/obnamlib/vfs_local_tests.py
index dd81ac77..e709d79a 100644
--- a/obnamlib/vfs_local_tests.py
+++ b/obnamlib/vfs_local_tests.py
@@ -14,8 +14,6 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-import platform
-import errno
import os
import shutil
import tempfile