diff options
Diffstat (limited to 'presentty/client.py')
-rw-r--r-- | presentty/client.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/presentty/client.py b/presentty/client.py index a819dfd..0df4a58 100644 --- a/presentty/client.py +++ b/presentty/client.py @@ -13,6 +13,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +from __future__ import absolute_import, division, print_function + import socket class Client(object): |