We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9c8dd commit 473d915Copy full SHA for 473d915
1 file changed
builder-tool/pack.py
@@ -1,4 +1,4 @@
1
-from src.main import BaseBuilder, Logger, PYTHON, NULL_TARGET #this file use the module to build itself
+from src.builder-tool import BaseBuilder, Logger, PYTHON, NULL_TARGET #this file use the module to build itself
2
import os
3
import shutil
4
@@ -20,4 +20,4 @@ def Build(self):
20
os.system(command)
21
22
23
-BaseBuilder.execute()
+BaseBuilder.execute()
0 commit comments