summaryrefslogtreecommitdiff
path: root/silx/test/test_resources.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/test/test_resources.py')
-rw-r--r--silx/test/test_resources.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/silx/test/test_resources.py b/silx/test/test_resources.py
index 66ac24f..8d3bd41 100644
--- a/silx/test/test_resources.py
+++ b/silx/test/test_resources.py
@@ -1,7 +1,7 @@
# coding: utf-8
# /*##########################################################################
#
-# Copyright (c) 2016 European Synchrotron Radiation Facility
+# Copyright (c) 2016-2018 European Synchrotron Radiation Facility
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -32,12 +32,13 @@ __date__ = "17/01/2018"
import os
import unittest
import shutil
+import socket
import tempfile
-from silx.third_party import six
+import six
+
import silx.resources
from .utils import utilstest
-import socket
class TestResources(unittest.TestCase):