broken build
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 5 Dec 2008 05:57:07 +0000 (05:57 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 5 Dec 2008 05:57:07 +0000 (05:57 +0000)
modprobe.py

index 2ba40d7..b56f5d5 100644 (file)
@@ -7,7 +7,7 @@
 import os
 import tempfile
 
-class Modprobe():
+class Modprobe:
     def __init__(self,filename="/etc/modprobe.conf"):
         self.conffile = {}
         self.origconffile = {}