X-Git-Url: https://jfr.im/git/irc/weechat/qweechat.git/blobdiff_plain/b51e6ba7d737a423e1d85e91f7ec1c7a4a15d2ce..e836cfb0f6b5e09e4d050d3c2e795d1577c5ea62:/src/qweechat/config.py diff --git a/src/qweechat/config.py b/src/qweechat/config.py index 8e4d456..efcaff7 100644 --- a/src/qweechat/config.py +++ b/src/qweechat/config.py @@ -1,6 +1,8 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # +# config.py - configuration for QWeeChat (~/.qweechat/qweechat.conf) +# # Copyright (C) 2011-2013 Sebastien Helleu # # This file is part of QWeeChat, a Qt remote GUI for WeeChat. @@ -19,10 +21,6 @@ # along with QWeeChat. If not, see . # -# -# Configuration for QWeeChat (~/.qweechat/qweechat.conf) -# - import os, ConfigParser import weechat.color as color