Skip to content

Commit d68bade

Browse files
committed
fix build_ppc script
1 parent 7c679e7 commit d68bade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/tools/ppc-builder/build_ppc.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/usr/bin/python
22
# -*- coding: UTF-8 -*-
33
# Note: here can't be refactored by autopep
4+
import sys
5+
sys.path.append("src/")
46
from controller import commandline_helper
57
from common import utilities
68
import traceback
7-
import sys
8-
sys.path.append("src/")
99

1010

1111
def main():

0 commit comments

Comments
 (0)