summaryrefslogtreecommitdiffstats
path: root/geo-replication/syncdaemon/libgfchangelog.py
diff options
context:
space:
mode:
Diffstat (limited to 'geo-replication/syncdaemon/libgfchangelog.py')
-rw-r--r--geo-replication/syncdaemon/libgfchangelog.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/geo-replication/syncdaemon/libgfchangelog.py b/geo-replication/syncdaemon/libgfchangelog.py
index 0fa32a73499..099867a511a 100644
--- a/geo-replication/syncdaemon/libgfchangelog.py
+++ b/geo-replication/syncdaemon/libgfchangelog.py
@@ -11,10 +11,7 @@
import os
from ctypes import CDLL, create_string_buffer, get_errno
from ctypes.util import find_library
-
-
-class ChangelogException(OSError):
- pass
+from syncdutils import ChangelogException
class Changes(object):