aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-09-23 11:53:58 +0200
committerGuido Günther <agx@sigxcpu.org>2016-09-23 11:53:58 +0200
commit2495852ae597b81d18177a716667106454ff2dbb (patch)
treea92c966961ab9a95dc414f4c5109e8ba996ee445
parentf54fd46a0dd6734be0fa4c1ac5de7a3af41a21a9 (diff)
whatmaps/process.py: flake8 clean
-rw-r--r--whatmaps/process.py1
1 files changed, 1 insertions, 0 deletions
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<exe>.*) \(deleted\)$")