From 2495852ae597b81d18177a716667106454ff2dbb Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 23 Sep 2016 11:53:58 +0200 Subject: whatmaps/process.py: flake8 clean --- whatmaps/process.py | 1 + 1 file changed, 1 insertion(+) (limited to 'whatmaps') diff --git a/whatmaps/process.py b/whatmaps/process.py index a39da89..78165a7 100644 --- a/whatmaps/process.py +++ b/whatmaps/process.py @@ -20,6 +20,7 @@ import logging import os import re + class Process(object): """A process - Linux only so far, needs /proc mounted""" deleted_re = re.compile(r"(?P.*) \(deleted\)$") -- cgit v1.2.3