# HG changeset patch # User Dennis Concepcion Martin # Date 1633783054 -7200 # Node ID 54696c7624fa304205610fc6c6bbebeeee2f656b # Parent 697630db10c89e5db73a4b839e330fa0fe945f67 refactor code diff -r 697630db10c8 -r 54696c7624fa .idea/bitcaviar.iml --- a/.idea/bitcaviar.iml Sat Oct 09 14:28:32 2021 +0200 +++ b/.idea/bitcaviar.iml Sat Oct 09 14:37:34 2021 +0200 @@ -1,11 +1,11 @@ - - - + + + - + \ No newline at end of file diff -r 697630db10c8 -r 54696c7624fa .idea/misc.xml --- a/.idea/misc.xml Sat Oct 09 14:28:32 2021 +0200 +++ b/.idea/misc.xml Sat Oct 09 14:37:34 2021 +0200 @@ -1,4 +1,4 @@ - + \ No newline at end of file diff -r 697630db10c8 -r 54696c7624fa .idea/modules.xml --- a/.idea/modules.xml Sat Oct 09 14:28:32 2021 +0200 +++ b/.idea/modules.xml Sat Oct 09 14:37:34 2021 +0200 @@ -2,7 +2,7 @@ - + \ No newline at end of file diff -r 697630db10c8 -r 54696c7624fa tests/test_blockchain.py --- a/tests/test_blockchain.py Sat Oct 09 14:28:32 2021 +0200 +++ b/tests/test_blockchain.py Sat Oct 09 14:37:34 2021 +0200 @@ -1,6 +1,6 @@ from unittest import TestCase -from src.bitcaviar.blockchain import * -from src.bitcaviar import config +from bitcaviar.blockchain import * +from bitcaviar import config class TestBlockchain(TestCase):