From d5fc1faf927a5ff91f3416eb97014c0eadb14742 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Wed, 1 Jul 2020 16:16:44 +0200 Subject: Sync with 0.10.1 release on PyPI Port to Python 3. --- test/test_wlp.py | 2 ++ 1 file changed, 2 insertions(+) mode change 100755 => 100644 test/test_wlp.py (limited to 'test/test_wlp.py') diff --git a/test/test_wlp.py b/test/test_wlp.py old mode 100755 new mode 100644 index 929fb1c..061673c --- a/test/test_wlp.py +++ b/test/test_wlp.py @@ -1,4 +1,6 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- +from __future__ import absolute_import import unittest import wlp_parser -- cgit