diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-08-21 16:57:46 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-08-21 16:57:46 +0200 |
commit | a76ed5d91b0d12a9366e2ce94e3df34ce0cfebe8 (patch) | |
tree | 31df893d3b2f4339e200a210a5407038585207d8 /ishtar_common | |
parent | 4a0d4689fe4ff69f4730238bcae6dc36259e00b1 (diff) | |
download | Ishtar-a76ed5d91b0d12a9366e2ce94e3df34ce0cfebe8.tar.bz2 Ishtar-a76ed5d91b0d12a9366e2ce94e3df34ce0cfebe8.zip |
Small improvment on settings
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/context_processors.py | 2 | ||||
-rw-r--r-- | ishtar_common/models.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/context_processors.py b/ishtar_common/context_processors.py index 6701de546..1088f3fea 100644 --- a/ishtar_common/context_processors.py +++ b/ishtar_common/context_processors.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2010-2013 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 1cff9f8f5..79d72a697 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2010-2013 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as |