More bugfixes for Python 2

This commit is contained in:
Manuel Cortez 2019-01-01 20:19:39 -06:00
parent 8dcee29952
commit 59803d547c
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from __future__ import unicode_literals
name = "Socializer" name = "Socializer"
version = "0.17" version = "0.17"

View File

@ -17,7 +17,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
############################################################ ############################################################
from __future__ import unicode_literals
from setuptools import setup, find_packages from setuptools import setup, find_packages
import py2exe import py2exe
import os import os