Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
thomas
/
open62541
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Przeglądaj źródła
NodesetCompiler: fix python shebang lines
Ralph Lange
6 lat temu
rodzic
89b41278ab
commit
762d391990
5 zmienionych plików
z
5 dodań
i
5 usunięć
Widok podzielony
Pokaż statystyki zmian
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
Wyświetl plik
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###
+ 1
- 1
tools/nodeset_compiler/backend_open62541_nodes.py
Wyświetl plik
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###
+ 1
- 1
tools/nodeset_compiler/datatypes.py
Wyświetl plik
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###
+ 1
- 1
tools/nodeset_compiler/nodes.py
Wyświetl plik
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###
+ 1
- 1
tools/nodeset_compiler/nodeset.py
Wyświetl plik
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###