add symbol to python global symbols

This commit is contained in:
Richard Chen 2020-10-24 00:19:05 +00:00
parent ce3f09699f
commit a671aa773e
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ def api_version(ver):
'transactional',
'options',
'StreamingMode',
'get_server_protocol'
)
_add_symbols(fdb.impl, list)