Quick pep8 fix.

This is already fixed in the new-ipc-path branch, but let's at least get this
straight in master.
This commit is contained in:
Florian Bruhin 2015-09-09 08:06:56 +02:00
parent 0ec9efcdc0
commit d18c33987d

View File

@ -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."""