Skip to content

Commit f86909a

Browse files
committed
Created an alias for OX3APIClient
Create an alias for OX3APIClient for backwards compatibility.
1 parent 5227f67 commit f86909a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ox3apiclient/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,3 +316,7 @@ def client_from_file(file_path='.ox3rc', env=None):
316316
pass
317317

318318
return client
319+
320+
# The exposed API has moved to using Client instead of OX3APIClient, but create
321+
# a temporary alias for backwards compatibility.
322+
OX3APIClient = Client

0 commit comments

Comments
 (0)