From 5d880a6e0c8672a1ffc6b37639301745510b6fc6 Mon Sep 17 00:00:00 2001 From: oleting Date: Mon, 15 Mar 2021 14:12:41 +0100 Subject: [PATCH] -bad things --- draw/Iinstruction.py | 2 -- draw/code_to_image.py | 2 -- draw/code_to_image_wrapper.py | 2 -- gui/gui.py | 2 -- gui/new_window_layouts.py | 2 -- gui/utils.py | 2 -- interpreter/function_scope.py | 2 -- interpreter/interpret_source.py | 2 -- 8 files changed, 16 deletions(-) diff --git a/draw/Iinstruction.py b/draw/Iinstruction.py index d52a9a3..d43aec0 100644 --- a/draw/Iinstruction.py +++ b/draw/Iinstruction.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - """Iinstruction.py: #TODO""" __author__ = "Weckyy702" diff --git a/draw/code_to_image.py b/draw/code_to_image.py index e164709..844917e 100644 --- a/draw/code_to_image.py +++ b/draw/code_to_image.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - """code_to_image.py: #TODO""" __author__ = "plexx, Weckyy702" diff --git a/draw/code_to_image_wrapper.py b/draw/code_to_image_wrapper.py index 9f568a3..3f0886d 100644 --- a/draw/code_to_image_wrapper.py +++ b/draw/code_to_image_wrapper.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - """code_to_image_wrapper.py: #TODO""" __author__ = "Weckyy702" diff --git a/gui/gui.py b/gui/gui.py index 7b2adc5..cb69ac1 100644 --- a/gui/gui.py +++ b/gui/gui.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - """gui.py: handle and init Gui.""" __author__ = "oleting" diff --git a/gui/new_window_layouts.py b/gui/new_window_layouts.py index 930dc9d..6c2af2b 100644 --- a/gui/new_window_layouts.py +++ b/gui/new_window_layouts.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - """new_window_layouts.py: create layouts""" __author__ = "oleting" diff --git a/gui/utils.py b/gui/utils.py index 44ef77f..a7b4ce6 100644 --- a/gui/utils.py +++ b/gui/utils.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - """utils.py: utils for gui.py""" __author__ = "oleting, Weckyy702" diff --git a/interpreter/function_scope.py b/interpreter/function_scope.py index ca65cd2..c6ebf7e 100644 --- a/interpreter/function_scope.py +++ b/interpreter/function_scope.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - """function_scope.py: #TODO""" __author__ = "Weckyy702" diff --git a/interpreter/interpret_source.py b/interpreter/interpret_source.py index d410388..aa40378 100644 --- a/interpreter/interpret_source.py +++ b/interpreter/interpret_source.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - """interpret_source.py: #TODO""" __author__ = "Weckyy702"