X-Git-Url: http://git.onelab.eu/?p=pyplnet.git;a=blobdiff_plain;f=modprobe.py;h=b56f5d5d984598958869c674d8b461615604050b;hp=2ba40d7e0e1c89745506736db1c1c7234b0bef87;hb=89e957e8d10374704225ec04357a067aa350c4d6;hpb=9681998be8940da51a37cb43954d3c42f71b4a56 diff --git a/modprobe.py b/modprobe.py index 2ba40d7..b56f5d5 100644 --- a/modprobe.py +++ b/modprobe.py @@ -7,7 +7,7 @@ import os import tempfile -class Modprobe(): +class Modprobe: def __init__(self,filename="/etc/modprobe.conf"): self.conffile = {} self.origconffile = {}