From d9cd7547fd0919a46b79ede084910b7df66f8fd7 Mon Sep 17 00:00:00 2001 From: halcy Date: Wed, 30 Nov 2022 23:47:46 +0200 Subject: Move some more methods, fix crypto heckup --- mastodon/internals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mastodon/internals.py') 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 import base64 import os -from .utility import AttribAccessDict, AttribAccessList +from .utility import AttribAccessDict, AttribAccessList, parse_version_string from .error import MastodonNetworkError, MastodonIllegalArgumentError, MastodonRatelimitError, MastodonNotFoundError, \ MastodonUnauthorizedError, MastodonInternalServerError, MastodonBadGatewayError, MastodonServiceUnavailableError, \ MastodonGatewayTimeoutError, MastodonServerError, MastodonAPIError, MastodonMalformedEventError -- cgit v1.2.3