This commit is contained in:
Muzahid 2021-07-12 23:21:23 +05:30
parent edf2b65809
commit 26979b8068
Signed by untrusted user: cis-muzahid
GPG Key ID: 1DC85E7D3AB613EA

View File

@ -9,7 +9,7 @@ import unittest
#
# skip_python3()
# os.environ['BITMESSAGE_HOME'] = tempfile.gettempdir()
os.environ['BITMESSAGE_HOME'] = tempfile.gettempdir()
from pybitmessage.helper_sql import (
sqlQuery, sql_ready, sqlStoredProcedure, SqlBulkExecute, sqlExecuteScript, sqlExecute) # noqa:E402
from pybitmessage.class_sqlThread import sqlThread, UpgradeDB # noqa:E402