X-Git-Url: https://jfr.im/git/irc/weechat/qweechat.git/blobdiff_plain/8b36cd49b14e56cb5606ba26c15f18e3e618f066..f5e54d01691adb3abef47e051a6412186c33313c:/qweechat/config.py?ds=sidebyside diff --git a/qweechat/config.py b/qweechat/config.py index ae7585d..71760e6 100644 --- a/qweechat/config.py +++ b/qweechat/config.py @@ -2,7 +2,7 @@ # # config.py - configuration for QWeeChat (~/.qweechat/qweechat.conf) # -# Copyright (C) 2011-2014 Sébastien Helleu +# Copyright (C) 2011-2016 Sébastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. # @@ -128,5 +128,6 @@ def write(config): def color_options(): + """Return color options.""" global config_color_options return config_color_options