Remove internal stuff from _graphql in __init__.py
This commit is contained in:
@@ -9,9 +9,8 @@ from __future__ import unicode_literals
|
|||||||
# These imports are far too general, but they're needed for backwards compatbility.
|
# These imports are far too general, but they're needed for backwards compatbility.
|
||||||
from .models import *
|
from .models import *
|
||||||
|
|
||||||
from ._graphql import graphql_queries_to_json, graphql_response_to_json, GraphQL
|
|
||||||
from ._client import Client
|
from ._client import Client
|
||||||
from ._util import log # TODO: Remove this
|
from ._util import log # TODO: Remove this (from examples too)
|
||||||
|
|
||||||
__title__ = "fbchat"
|
__title__ = "fbchat"
|
||||||
__version__ = "1.6.5"
|
__version__ = "1.6.5"
|
||||||
|
Reference in New Issue
Block a user