aboutsummaryrefslogtreecommitdiff
path: root/lava_scheduler_app/checks.py
diff options
context:
space:
mode:
authorRémi Duraffort <remi.duraffort@linaro.org>2018-06-12 14:31:11 +0200
committerRémi Duraffort <remi.duraffort@linaro.org>2018-06-12 14:54:56 +0200
commit0479129322bc57d25b1ad626dbc7d6b9d822aa18 (patch)
tree6c3fad0d03dbd214daba6e6893e4b12ab5340a59 /lava_scheduler_app/checks.py
parentf6813e535e2460c38a6cae742e38bed998271aca (diff)
Remove __future__ import
This is now the default in python3. Change-Id: I6933096cd8964c2e6d29f00d9efe8fc632e04eae
Diffstat (limited to 'lava_scheduler_app/checks.py')
-rw-r--r--lava_scheduler_app/checks.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lava_scheduler_app/checks.py b/lava_scheduler_app/checks.py
index f93d36c33..19c101c63 100644
--- a/lava_scheduler_app/checks.py
+++ b/lava_scheduler_app/checks.py
@@ -16,8 +16,6 @@
# You should have received a copy of the GNU Affero General Public License
# along with Lava Server. If not, see <http://www.gnu.org/licenses/>.
-from __future__ import unicode_literals
-
import os
from pwd import getpwuid
import stat