Fix unit tests

This commit is contained in:
Arinerron 2018-05-14 23:16:40 -07:00
parent 03eb98fd16
commit bc60b6bfc0
No known key found for this signature in database
GPG key ID: 99383627861C62F0
2 changed files with 3 additions and 1 deletions

View file

@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
'''
import unittest, sys, os, base64, tarfile, shutil, simplecrypt, logger, btc
import unittest, sys, os, base64, tarfile, shutil, simplecrypt, logger #, btc
class OnionrTests(unittest.TestCase):
def testPython3(self):