aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-30 23:47:46 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-30 23:47:46 +0200
commitd9cd7547fd0919a46b79ede084910b7df66f8fd7 (patch)
treed6679e8cd0ad6f3489b0ec5f55fd579de45290e1 /mastodon/internals.py
parent48f1d31c72de4ce93f19e1235ca06c2b8f9058fa (diff)
downloadmastodon.py-d9cd7547fd0919a46b79ede084910b7df66f8fd7.tar.gz
Move some more methods, fix crypto heckup
Diffstat (limited to 'mastodon/internals.py')
-rw-r--r--mastodon/internals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/internals.py b/mastodon/internals.py
index 4ee2c5b..0e77421 100644
--- a/mastodon/internals.py
+++ b/mastodon/internals.py
@@ -13,7 +13,7 @@ import collections
13import base64 13import base64
14import os 14import os
15 15
16from .utility import AttribAccessDict, AttribAccessList 16from .utility import AttribAccessDict, AttribAccessList, parse_version_string
17from .error import MastodonNetworkError, MastodonIllegalArgumentError, MastodonRatelimitError, MastodonNotFoundError, \ 17from .error import MastodonNetworkError, MastodonIllegalArgumentError, MastodonRatelimitError, MastodonNotFoundError, \
18 MastodonUnauthorizedError, MastodonInternalServerError, MastodonBadGatewayError, MastodonServiceUnavailableError, \ 18 MastodonUnauthorizedError, MastodonInternalServerError, MastodonBadGatewayError, MastodonServiceUnavailableError, \
19 MastodonGatewayTimeoutError, MastodonServerError, MastodonAPIError, MastodonMalformedEventError 19 MastodonGatewayTimeoutError, MastodonServerError, MastodonAPIError, MastodonMalformedEventError
Powered by cgit v1.2.3 (git 2.41.0)