Please enable JavaScript in your browser!
홈
탐색
도움말
로그인
thomas
/
open62541
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
소스 검색
NodesetCompiler: fix python shebang lines
Ralph Lange
6 년 전
부모
89b41278ab
커밋
762d391990
5개의 변경된 파일
과
5개의 추가작업
그리고
5개의 파일을 삭제
분할 보기
변경상태 보기
1
1
tools/nodeset_compiler/backend_open62541.py
1
1
tools/nodeset_compiler/backend_open62541_nodes.py
1
1
tools/nodeset_compiler/datatypes.py
1
1
tools/nodeset_compiler/nodes.py
1
1
tools/nodeset_compiler/nodeset.py
+ 1
- 1
tools/nodeset_compiler/backend_open62541.py
파일 보기
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###
+ 1
- 1
tools/nodeset_compiler/backend_open62541_nodes.py
파일 보기
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###
+ 1
- 1
tools/nodeset_compiler/datatypes.py
파일 보기
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###
+ 1
- 1
tools/nodeset_compiler/nodes.py
파일 보기
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###
+ 1
- 1
tools/nodeset_compiler/nodeset.py
파일 보기
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###