From 79c7639aafa2061778c358942a059e9b9d685204 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 8 Jun 2021 21:10:25 +0200 Subject: [PATCH] haha memes --- copyparty/ico.py | 3 +++ copyparty/star.py | 3 +++ copyparty/sutil.py | 3 +++ copyparty/szip.py | 3 +++ copyparty/th_cli.py | 3 +++ copyparty/th_srv.py | 3 +++ 6 files changed, 18 insertions(+) diff --git a/copyparty/ico.py b/copyparty/ico.py index f4c84e29..58076c89 100644 --- a/copyparty/ico.py +++ b/copyparty/ico.py @@ -1,3 +1,6 @@ +# coding: utf-8 +from __future__ import print_function, unicode_literals + import hashlib import colorsys diff --git a/copyparty/star.py b/copyparty/star.py index e6d3bb73..1903052d 100644 --- a/copyparty/star.py +++ b/copyparty/star.py @@ -1,3 +1,6 @@ +# coding: utf-8 +from __future__ import print_function, unicode_literals + import os import tarfile import threading diff --git a/copyparty/sutil.py b/copyparty/sutil.py index 618a699b..3c47420d 100644 --- a/copyparty/sutil.py +++ b/copyparty/sutil.py @@ -1,3 +1,6 @@ +# coding: utf-8 +from __future__ import print_function, unicode_literals + import os import time import tempfile diff --git a/copyparty/szip.py b/copyparty/szip.py index d3e5c088..fa573850 100644 --- a/copyparty/szip.py +++ b/copyparty/szip.py @@ -1,3 +1,6 @@ +# coding: utf-8 +from __future__ import print_function, unicode_literals + import os import time import zlib diff --git a/copyparty/th_cli.py b/copyparty/th_cli.py index bf26964e..fa9285fc 100644 --- a/copyparty/th_cli.py +++ b/copyparty/th_cli.py @@ -1,3 +1,6 @@ +# coding: utf-8 +from __future__ import print_function, unicode_literals + import os import time diff --git a/copyparty/th_srv.py b/copyparty/th_srv.py index 27a49e82..138f4ac6 100644 --- a/copyparty/th_srv.py +++ b/copyparty/th_srv.py @@ -1,3 +1,6 @@ +# coding: utf-8 +from __future__ import print_function, unicode_literals + import os import sys import time