Skip to content

Commit b159f04

Browse files
authored
Merge pull request #432 from carpedm20/undocumented-breaking-changes
Undocumented breaking changes
2 parents 78b5f05 + d91a7ea commit b159f04

File tree

5 files changed

+68
-117
lines changed

5 files changed

+68
-117
lines changed

docs/api.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,3 @@ A good tip is to write ``from fbchat.models import *`` at the start of your sour
3131
.. automodule:: fbchat.models
3232
:members:
3333
:undoc-members:
34-
35-
36-
.. _api_utils:
37-
38-
Utils
39-
-----
40-
41-
These functions and values are used internally by fbchat, and are subject to change. Do **NOT** rely on these to be backwards compatible!
42-
43-
.. automodule:: fbchat.utils
44-
:members:

fbchat/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77
from __future__ import unicode_literals
88

99
# These imports are far too general, but they're needed for backwards compatbility.
10-
from .utils import *
1110
from .models import *
1211

13-
from ._graphql import graphql_queries_to_json, graphql_response_to_json, GraphQL
1412
from ._client import Client
13+
from ._util import log # TODO: Remove this (from examples too)
1514

1615
__title__ = "fbchat"
1716
__version__ = "1.6.5"

0 commit comments

Comments
 (0)