summaryrefslogtreecommitdiffstats
path: root/layman/overlays/git.py
diff options
context:
space:
mode:
Diffstat (limited to 'layman/overlays/git.py')
-rw-r--r--layman/overlays/git.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/layman/overlays/git.py b/layman/overlays/git.py
index 7a9a3d7..b3c3a2b 100644
--- a/layman/overlays/git.py
+++ b/layman/overlays/git.py
@@ -26,6 +26,7 @@ __version__ = "$Id: git.py 146 2006-05-27 09:52:36Z wrobel $"
from layman.utils import path
from layman.overlays.overlay import Overlay
+from layman.overlays.source import OverlaySource
#===============================================================================
#
@@ -33,7 +34,7 @@ from layman.overlays.overlay import Overlay
#
#-------------------------------------------------------------------------------
-class GitOverlay(Overlay):
+class GitOverlay(OverlaySource):
''' Handles git overlays.'''
type = 'Git'