Use relative import paths

This commit is contained in:
Jude Nelson
2016-05-11 18:01:47 -04:00
parent daeab50552
commit 6ac27c75ae

View File

@@ -21,13 +21,13 @@
along with Blockstack. If not, see <http://www.gnu.org/licenses/>.
"""
from b40 import *
from config import *
from scripts import *
from hashing import *
from .b40 import *
from .config import *
from .scripts import *
from .hashing import *
from nameset import *
from operations import *
from .nameset import *
from .operations import *
import operations
import nameset