From a671aa773e1b1c344e41d2a17fe5ed9085f7dd14 Mon Sep 17 00:00:00 2001 From: Richard Chen Date: Sat, 24 Oct 2020 00:19:05 +0000 Subject: [PATCH] add symbol to python global symbols --- bindings/python/fdb/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/python/fdb/__init__.py b/bindings/python/fdb/__init__.py index c969b6c70c..17f697797d 100644 --- a/bindings/python/fdb/__init__.py +++ b/bindings/python/fdb/__init__.py @@ -95,6 +95,7 @@ def api_version(ver): 'transactional', 'options', 'StreamingMode', + 'get_server_protocol' ) _add_symbols(fdb.impl, list)