This commit is contained in:
Florian Bruhin 2016-11-15 23:41:53 +01:00
parent d64efa6b9b
commit 3638849257
5 changed files with 2 additions and 6 deletions

View File

@ -26,7 +26,6 @@ Module attributes:
import os.path
from PyQt5.QtCore import QUrl
from PyQt5.QtWebKit import QWebSettings
from qutebrowser.config import config, websettings

View File

@ -324,8 +324,8 @@ def data(readonly=False):
('user-stylesheet',
SettingValue(typ.File(none_ok=True), ''),
"User stylesheet to use (absolute filename or filename relative to "
"the config directory). Will expand environment variables."),
"User stylesheet to use (absolute filename or filename relative "
"to the config directory). Will expand environment variables."),
('hide-scrollbar',
SettingValue(typ.Bool(), 'true'),

View File

@ -22,7 +22,6 @@
import re
import json
import shlex
import base64
import codecs
import os.path
import itertools

View File

@ -23,7 +23,6 @@ import os
import os.path
import traceback
import mimetypes
import base64
import jinja2
import jinja2.exceptions

View File

@ -22,7 +22,6 @@ import re
import collections
import itertools
import os.path
import base64
import warnings
import pytest