From 0daf72b625bc84a6029f74b37978e57e42237c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?GOLDERWEB=20=E2=80=93=20Jonathan=20Golder?= Date: Mon, 22 Feb 2016 17:25:10 +0100 Subject: [PATCH] Update year in (c)-Notice to 2016 --- __init__.py | 1 + jogobot.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index b46d7cc..f27313c 100644 --- a/__init__.py +++ b/__init__.py @@ -26,3 +26,4 @@ Scripts for our redundances bot """ # noqa needed to prevent pyflakes from warning about unused imports from jogobot.jogobot import ( output, sendmail, is_active ) # noqa +import jogobot.config as config # noqa diff --git a/jogobot.py b/jogobot.py index 5952a54..437f75a 100644 --- a/jogobot.py +++ b/jogobot.py @@ -3,7 +3,7 @@ # # jogobot.py # -# Copyright 2015 GOLDERWEB – Jonathan Golder +# Copyright 2016 GOLDERWEB – Jonathan Golder # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by