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. --- wlp.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wlp.py') diff --git a/wlp.py b/wlp.py index aaef6e8..e3bcddd 100644 --- a/wlp.py +++ b/wlp.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- +from __future__ import absolute_import import wlp_parser -- cgit