From d18c33987dc08f044b0c0c39b7754c3d2feb7b07 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 9 Sep 2015 08:06:56 +0200 Subject: [PATCH] Quick pep8 fix. This is already fixed in the new-ipc-path branch, but let's at least get this straight in master. --- qutebrowser/misc/ipc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qutebrowser/misc/ipc.py b/qutebrowser/misc/ipc.py index f90a94561..b49c16f7e 100644 --- a/qutebrowser/misc/ipc.py +++ b/qutebrowser/misc/ipc.py @@ -62,7 +62,6 @@ def _get_socketname(basedir, runtime_dir, legacy=True, user=None): return os.path.join(runtime_dir, '-'.join(parts)) - class Error(Exception): """Base class for IPC exceptions."""