qutebrowser/qutebrowser/models
Florian Bruhin 8d80ce2628 Switch to python 3.4 enums.
Our home-brewn enum wasn't really liked by pylint (many no-member errors), so
instead of adding some workaround, we just use the python 3.4 enum instead.

This however also means we need to depend on Python 3.4 and not 3.3. Maybe we
should use enum34 on Python < 3.3.
2014-07-28 20:41:42 +02:00
..
__init__.py Add vim modelines to all files. 2014-06-19 09:04:37 +02:00
basecompletion.py Switch to python 3.4 enums. 2014-07-28 20:41:42 +02:00
cmdhistory.py Add a :report command 2014-06-25 22:22:30 +02:00
completion.py Fix value models when config changed. 2014-06-23 16:43:04 +02:00
completionfilter.py Split utils.misc into utils.{qt,misc} 2014-06-23 07:45:04 +02:00
downloadmodel.py Switch to python 3.4 enums. 2014-07-28 20:41:42 +02:00