qutebrowser/qutebrowser/commands
Florian Bruhin fcbd69e209 Clean up standarddir handling #2.
We already attempted this in c5a2039da4, but
having the directories as module attributes means they'll be created on start
(rather than when they're actually used), and it'd also be impossible to change
them after init for some reason in the future.

To still have a nice short API, we simply change the attributes to functions.
2015-02-26 07:01:22 +01:00
..
__init__.py Update copyright years 2015-01-03 15:51:31 +01:00
argparser.py Update copyright years 2015-01-03 15:51:31 +01:00
cmdexc.py Update copyright years 2015-01-03 15:51:31 +01:00
cmdutils.py Make it possible to deprecate commands. 2015-01-15 22:29:00 +01:00
command.py Make it possible to deprecate commands. 2015-01-15 22:29:00 +01:00
runners.py Fix maxsplit-splitting with empty args (""/''). 2015-01-06 10:00:28 +01:00
userscripts.py Clean up standarddir handling #2. 2015-02-26 07:01:22 +01:00