summaryrefslogtreecommitdiff
path: root/python/samba/gpclass.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba/gpclass.py')
-rw-r--r--python/samba/gpclass.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/python/samba/gpclass.py b/python/samba/gpclass.py
index 3cf1f10dbe3..db388fa9755 100644
--- a/python/samba/gpclass.py
+++ b/python/samba/gpclass.py
@@ -357,14 +357,6 @@ class gp_ext_setter():
class gp_inf_ext(gp_ext):
- @abstractmethod
- def list(self, rootpath):
- pass
-
- @abstractmethod
- def apply_map(self):
- pass
-
def read(self, policy):
ret = False
inftable = self.apply_map()
@@ -398,10 +390,6 @@ class gp_inf_ext(gp_ext):
self.gp_db.commit()
return ret
- @abstractmethod
- def __str__(self):
- pass
-
''' Fetch the hostname of a writable DC '''