Add deprecated public utils
module
This commit is contained in:
36
fbchat/utils.py
Normal file
36
fbchat/utils.py
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
# -*- coding: UTF-8 -*-
|
||||||
|
"""This file is here to maintain backwards compatability."""
|
||||||
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
|
from .models import *
|
||||||
|
from ._util import (
|
||||||
|
log,
|
||||||
|
handler,
|
||||||
|
USER_AGENTS,
|
||||||
|
LIKES,
|
||||||
|
GENDERS,
|
||||||
|
ReqUrl,
|
||||||
|
facebookEncoding,
|
||||||
|
now,
|
||||||
|
strip_to_json,
|
||||||
|
get_decoded_r,
|
||||||
|
get_decoded,
|
||||||
|
parse_json,
|
||||||
|
get_json,
|
||||||
|
digitToChar,
|
||||||
|
str_base,
|
||||||
|
generateMessageID,
|
||||||
|
getSignatureID,
|
||||||
|
generateOfflineThreadingID,
|
||||||
|
check_json,
|
||||||
|
check_request,
|
||||||
|
get_jsmods_require,
|
||||||
|
get_emojisize_from_tags,
|
||||||
|
require_list,
|
||||||
|
mimetype_to_key,
|
||||||
|
get_files_from_urls,
|
||||||
|
get_files_from_paths,
|
||||||
|
enum_extend_if_invalid,
|
||||||
|
get_url_parameters,
|
||||||
|
get_url_parameter,
|
||||||
|
)
|
Reference in New Issue
Block a user