From 53f51928962e988e2da06dfcddaa6b2e5adca3ef Mon Sep 17 00:00:00 2001 From: BrianPetkovsek <16124109+BrianPetkovsek@users.noreply.github.com> Date: Mon, 17 Jun 2019 22:33:27 -0400 Subject: [PATCH] Revert "Fix encoding problem" This reverts commit 81af7b1c1b7a6141e0ebdea4cd65f89ce3ca5a03. --- bin/exceptions.py | 2 -- bin/ffmpeg.py | 2 -- bin/image_cleaner.py | 2 -- bin/upscaler.py | 2 -- bin/video2x.py | 2 -- bin/video2x_setup.py | 2 -- bin/waifu2x_caffe.py | 2 -- bin/waifu2x_converter.py | 2 -- 8 files changed, 16 deletions(-) diff --git a/bin/exceptions.py b/bin/exceptions.py index 29dc428..685bf67 100644 --- a/bin/exceptions.py +++ b/bin/exceptions.py @@ -1,7 +1,5 @@ #!/usr/bin/env python3 # -*- coding: future_fstrings -*- - - """ Name: Video2X Exceptions Dev: K4YT3X diff --git a/bin/ffmpeg.py b/bin/ffmpeg.py index 2a3fe9d..9213757 100644 --- a/bin/ffmpeg.py +++ b/bin/ffmpeg.py @@ -1,7 +1,5 @@ #!/usr/bin/env python3 # -*- coding: future_fstrings -*- - - """ Name: FFMPEG Class Author: K4YT3X diff --git a/bin/image_cleaner.py b/bin/image_cleaner.py index b42d471..76bb536 100644 --- a/bin/image_cleaner.py +++ b/bin/image_cleaner.py @@ -1,7 +1,5 @@ #!/usr/bin/env python3 # -*- coding: future_fstrings -*- - - """ Name: Video2X Image Cleaner Author: BrianPetkovsek diff --git a/bin/upscaler.py b/bin/upscaler.py index e4e7e2f..69fcb0c 100644 --- a/bin/upscaler.py +++ b/bin/upscaler.py @@ -1,7 +1,5 @@ #!/usr/bin/env python3 # -*- coding: future_fstrings -*- - - """ Name: Video2X Upscaler Author: K4YT3X diff --git a/bin/video2x.py b/bin/video2x.py index 6100996..3b82fba 100644 --- a/bin/video2x.py +++ b/bin/video2x.py @@ -1,7 +1,5 @@ #!/usr/bin/env python3 # -*- coding: future_fstrings -*- - - """ __ __ _ _ ___ __ __ diff --git a/bin/video2x_setup.py b/bin/video2x_setup.py index 27f0935..29b7716 100644 --- a/bin/video2x_setup.py +++ b/bin/video2x_setup.py @@ -1,7 +1,5 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- - - """ Name: Video2X Setup Script Author: K4YT3X diff --git a/bin/waifu2x_caffe.py b/bin/waifu2x_caffe.py index 37e7f68..47d8654 100644 --- a/bin/waifu2x_caffe.py +++ b/bin/waifu2x_caffe.py @@ -1,7 +1,5 @@ #!/usr/bin/env python3 # -*- coding: future_fstrings -*- - - """ Name: Waifu2x Caffe Driver Author: K4YT3X diff --git a/bin/waifu2x_converter.py b/bin/waifu2x_converter.py index d3d5ae3..d5fd376 100644 --- a/bin/waifu2x_converter.py +++ b/bin/waifu2x_converter.py @@ -1,7 +1,5 @@ #!/usr/bin/env python3 # -*- coding: future_fstrings -*- - - """ Name: Waifu2x Converter CPP Driver Author: K4YT3X