mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-24 03:45:38 +08:00
Use relative import paths
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user