summaryrefslogtreecommitdiffstats
path: root/layman/overlays/overlay.py
diff options
context:
space:
mode:
Diffstat (limited to 'layman/overlays/overlay.py')
-rw-r--r--layman/overlays/overlay.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layman/overlays/overlay.py b/layman/overlays/overlay.py
index 6ec9937..e10f562 100644
--- a/layman/overlays/overlay.py
+++ b/layman/overlays/overlay.py
@@ -150,7 +150,7 @@ class Overlay:
self.priority = int(priority)
- def to_minidom(self):
+ def to_xml(self):
'''Convert to xml.'''
repo = ET.Element('repo')