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