From 08eb5c464906a29e9f5135e1fb11e872b93746b1 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 1 Apr 2024 12:54:37 +0200 Subject: refactor(templates/unmaintained): Move out of the templates dir Otherwise, the `update_common_files` script will try to instantiate files in there, which is just useless noise. --- templates/unmaintained/python/TODO/__init__.py | 2 -- 1 file changed, 2 deletions(-) delete mode 100755 templates/unmaintained/python/TODO/__init__.py (limited to 'templates/unmaintained/python/TODO/__init__.py') diff --git a/templates/unmaintained/python/TODO/__init__.py b/templates/unmaintained/python/TODO/__init__.py deleted file mode 100755 index 46b4ca5..0000000 --- a/templates/unmaintained/python/TODO/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -def main(): - print("Hello world!") -- cgit 1.4.1