summaryrefslogtreecommitdiff
path: root/qutebrowser/keyinput/__init__.py
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2014-04-24 22:41:01 +0200
committerFlorian Bruhin <git@the-compiler.org>2014-04-24 22:41:01 +0200
commit581b715b42c7e17835b3d2811b721020e997d781 (patch)
tree7b8c2842b708c40eba722b2f59ebbd0129e8c18a /qutebrowser/keyinput/__init__.py
parent7a6a60570218b38932524d5c2ea45b64fdffe5b1 (diff)
downloadqutebrowser-581b715b42c7e17835b3d2811b721020e997d781.tar.gz
qutebrowser-581b715b42c7e17835b3d2811b721020e997d781.zip
Add __init__.py for keyinput
Diffstat (limited to 'qutebrowser/keyinput/__init__.py')
-rw-r--r--qutebrowser/keyinput/__init__.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/qutebrowser/keyinput/__init__.py b/qutebrowser/keyinput/__init__.py
new file mode 100644
index 000000000..307ed0a30
--- /dev/null
+++ b/qutebrowser/keyinput/__init__.py
@@ -0,0 +1,18 @@
+# Copyright 2014 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
+#
+# This file is part of qutebrowser.
+#
+# qutebrowser is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# qutebrowser is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
+
+"""Modules related to keyboard input and mode handling."""