diff options
Diffstat (limited to 'lib/extras.py')
-rw-r--r-- | lib/extras.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/extras.py b/lib/extras.py index 92dd819..8118e13 100644 --- a/lib/extras.py +++ b/lib/extras.py @@ -574,6 +574,10 @@ class ReplicationCursor(_cursor): return self.start_replication_expert(o, command, keepalive_interval) + # thin wrapper + def sync_server(self, msg): + return self.replication_sync_server(msg) + # a dbtype and adapter for Python UUID type |