Skip to content

Commit 56b61c8

Browse files
committed
Update stp.py
1 parent 95e0462 commit 56b61c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def main(fp:str='./tests/work1.sb3',args:ap.Namespace=ap.Namespace()):
4242

4343
if __name__=='__main__':
4444
from __STP.mypath import PathTool,repath,LOGDIR,LOGPATH
45-
from src.__STP.codeparser import log,UnPackingScratch3File,CodeParser
45+
from __STP.reg import log,UnPackingScratch3File,CodeParser
4646
from __STP.config import os,sys,LOGFORMAT,USERSET,json,time
4747
from util import BlockID,installed
4848

0 commit comments

Comments
 (0)