Skip to content

Commit 473d915

Browse files
Update pack.py
1 parent 9a9c8dd commit 473d915

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

builder-tool/pack.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from src.main import BaseBuilder, Logger, PYTHON, NULL_TARGET #this file use the module to build itself
1+
from src.builder-tool import BaseBuilder, Logger, PYTHON, NULL_TARGET #this file use the module to build itself
22
import os
33
import shutil
44

@@ -20,4 +20,4 @@ def Build(self):
2020
os.system(command)
2121

2222

23-
BaseBuilder.execute()
23+
BaseBuilder.execute()

0 commit comments

Comments
 (0)