diff options
| author | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-09-05 12:12:51 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2025-09-05 12:12:51 +0200 |
| commit | 9542bd563e9b1cb72f009315ba54851db637da2a (patch) | |
| tree | 084ac39b492b8dc662897eae3ad02dd8749f8536 /wrappers/python/eduvpn_common | |
| parent | b6154d85f001e6d5db65d86c6ff32eef3808b1fd (diff) | |
Exports + Python: Remove RefreshList
Diffstat (limited to 'wrappers/python/eduvpn_common')
| -rw-r--r-- | wrappers/python/eduvpn_common/loader.py | 1 | ||||
| -rw-r--r-- | wrappers/python/eduvpn_common/main.py | 1 | ||||
| -rw-r--r-- | wrappers/python/eduvpn_common/types.py | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/wrappers/python/eduvpn_common/loader.py b/wrappers/python/eduvpn_common/loader.py index d902453..0fa6aab 100644 --- a/wrappers/python/eduvpn_common/loader.py +++ b/wrappers/python/eduvpn_common/loader.py @@ -8,7 +8,6 @@ from eduvpn_common.types import ( HandlerError, ProxySetup, ReadRxBytes, - RefreshList, TokenGetter, TokenSetter, VPNStateChange, diff --git a/wrappers/python/eduvpn_common/main.py b/wrappers/python/eduvpn_common/main.py index e63ea92..2a7723c 100644 --- a/wrappers/python/eduvpn_common/main.py +++ b/wrappers/python/eduvpn_common/main.py @@ -9,7 +9,6 @@ from eduvpn_common.state import State from eduvpn_common.types import ( ProxySetup, ReadRxBytes, - RefreshList, TokenGetter, TokenSetter, VPNStateChange, diff --git a/wrappers/python/eduvpn_common/types.py b/wrappers/python/eduvpn_common/types.py index 5e23d61..ca798ca 100644 --- a/wrappers/python/eduvpn_common/types.py +++ b/wrappers/python/eduvpn_common/types.py @@ -47,7 +47,6 @@ class BoolError(Structure): VPNStateChange = CFUNCTYPE(c_int, c_int, c_int, c_char_p) ProxySetup = CFUNCTYPE(c_void_p, c_int) ReadRxBytes = CFUNCTYPE(c_ulonglong) -RefreshList = CFUNCTYPE(c_void_p) TokenGetter = CFUNCTYPE(c_void_p, c_char_p, c_int, POINTER(c_char), c_size_t) TokenSetter = CFUNCTYPE(c_void_p, c_char_p, c_int, c_char_p) |
