diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-03-13 23:25:18 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-03-13 23:28:13 +0100 |
commit | a0bc331d6a48f334f145063e6695696045d92c13 (patch) | |
tree | d292159ee07f6f6f52eee9867ff97abd0d601c95 /ishtar_common/widgets.py | |
parent | 37e7eb4e3abc92fd2914eba00e951d6c2507ef8e (diff) | |
download | Ishtar-a0bc331d6a48f334f145063e6695696045d92c13.tar.bz2 Ishtar-a0bc331d6a48f334f145063e6695696045d92c13.zip |
Better display of sheet sources (refs #3065)
Diffstat (limited to 'ishtar_common/widgets.py')
-rw-r--r-- | ishtar_common/widgets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/widgets.py b/ishtar_common/widgets.py index 57aa8cf69..b8b104a61 100644 --- a/ishtar_common/widgets.py +++ b/ishtar_common/widgets.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2010-2016 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> # Copyright (C) 2007 skam <massimo dot scamarcia at gmail.com> # (http://djangosnippets.org/snippets/233/) |