diff --git a/fbchat/client.py b/fbchat/client.py deleted file mode 100644 index 9244327..0000000 --- a/fbchat/client.py +++ /dev/null @@ -1,7 +0,0 @@ -# -*- coding: UTF-8 -*- -"""This file is here to maintain backwards compatability.""" -from __future__ import unicode_literals - -from .utils import * -from .models import * -from ._client import Client