X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_common%2Ftests%2Ftest_fslocal.py;h=633621192173092cae569ed2043d0c5af5c577a2;hb=409397d74a1a9dd1257a55b6c9ae02a7b8bf1bdd;hp=6f52984601ae90903da361d93043db6df95d1b41;hpb=2644b76248a1b96f7a47013b414e31b4e3feecf8;p=osm%2Fcommon.git diff --git a/osm_common/tests/test_fslocal.py b/osm_common/tests/test_fslocal.py index 6f52984..6336211 100644 --- a/osm_common/tests/test_fslocal.py +++ b/osm_common/tests/test_fslocal.py @@ -17,18 +17,18 @@ # contact: esousa@whitestack.com or alfonso.tiernosepulveda@telefonica.com ## +import http import io import logging -import http import os -import pytest +import shutil import tarfile import tempfile import uuid -import shutil from osm_common.fsbase import FsException from osm_common.fslocal import FsLocal +import pytest __author__ = "Eduardo Sousa "