From 59803d547c3579e9f70a771979b72c035e764bc3 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Tue, 1 Jan 2019 20:19:39 -0600 Subject: [PATCH] More bugfixes for Python 2 --- src/application.py | 1 - src/setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/src/application.py b/src/application.py index a68fd76..ed21233 100644 --- a/src/application.py +++ b/src/application.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -from __future__ import unicode_literals name = "Socializer" version = "0.17" diff --git a/src/setup.py b/src/setup.py index 7a37cf9..7bb5dbe 100644 --- a/src/setup.py +++ b/src/setup.py @@ -17,7 +17,6 @@ # along with this program. If not, see . # ############################################################ -from __future__ import unicode_literals from setuptools import setup, find_packages import py2exe import os