More bugfixes for Python 2
This commit is contained in:
parent
8dcee29952
commit
59803d547c
@ -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"
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user