Fix config importing

This commit is contained in:
Florian Bruhin 2014-04-16 16:32:06 +02:00
parent 3dc7238cfe
commit bc4a01faf3

View File

@ -70,7 +70,7 @@ class LineConfigParser:
def save(self): def save(self):
"""Save the config file.""" """Save the config file."""
from qutebrowser.config.config import config import qutebrowser.config.config as config
limit = -1 if self._limit is None else config.config.get(*self._limit) limit = -1 if self._limit is None else config.config.get(*self._limit)
if limit == 0: if limit == 0:
return return