From 9b2f742a2457f8f28643a050687da6fbb7b793c3 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Tue, 14 Nov 2017 16:52:05 +0100 Subject: [PATCH] fix pep8 issue --- update.py | 1 + 1 file changed, 1 insertion(+) diff --git a/update.py b/update.py index b4294ac..70f6917 100644 --- a/update.py +++ b/update.py @@ -11,6 +11,7 @@ if sys.version_info[0] == 2 and sys.version_info[1] < 7: AUTOCMAKE_GITHUB_URL = 'https://github.com/coderefinery/autocmake/raw/master/' + def licensing_info(): return '''The CMake infrastructure for this project is generated using [Autocmake] by Radovan Bast, Roberto Di Remigio, Jonas Juselius and contributors.