]> jfr.im git - irc/weechat/qweechat.git/blobdiff - src/qweechat/input.py
Move comments with description of python file to top of files
[irc/weechat/qweechat.git] / src / qweechat / input.py
index ee3b2e62640f150004cabb1f5fa5ef64fbae0b50..42c3f8e4822841c9b26339ec99af38cafd4391fe 100644 (file)
@@ -1,6 +1,8 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
+# input.py - input line for chat and debug window
+#
 # Copyright (C) 2011-2013 Sebastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
 # along with QWeeChat.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-#
-# Input line (for chat or debug window).
-#
-
 import qt_compat
 QtCore = qt_compat.import_module('QtCore')
 QtGui = qt_compat.import_module('QtGui')