X-Git-Url: https://jfr.im/git/irc/weechat/qweechat.git/blobdiff_plain/77df9d06f7d44caed27e29222413548358842772..f5e54d01691adb3abef47e051a6412186c33313c:/qweechat/config.py diff --git a/qweechat/config.py b/qweechat/config.py index b56e283..71760e6 100644 --- a/qweechat/config.py +++ b/qweechat/config.py @@ -1,9 +1,8 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # # 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. # @@ -129,5 +128,6 @@ def write(config): def color_options(): + """Return color options.""" global config_color_options return config_color_options