Sign in
autotest
/
test-scripts
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
af52fb9c8c9d94ea67d53952e24711044ae31e68
Authored by
liujiqiang
2021-09-29 14:37:12 +0800
1 parent
b4052824
build: skipped
批号创建脚本
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
__init__.py
__init__.py
View file @
af52fb9
...
...
@@ -8,3 +8,6 @@
8
8
"""
9
9
10
10
"""
11
+import os,sys
12
+
13
+sys.path.append(os.path.dirname(__file__))
11
14
\ No newline at end of file
...
...