open for py3 porting

This commit is contained in:
Muzahid 2021-06-29 22:26:04 +05:30
parent 78f90ef8a5
commit 1000a2df5c
Signed by untrusted user: cis-muzahid
GPG Key ID: 1DC85E7D3AB613EA

View File

@ -5,9 +5,9 @@ import tempfile
import threading
import unittest
from .common import skip_python3
skip_python3()
# from .common import skip_python3
#
# skip_python3()
os.environ['BITMESSAGE_HOME'] = tempfile.gettempdir()