Please enable JavaScript in your browser!
Domů
Procházet
Nápověda
Přihlásit se
thomas
/
open62541
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Procházet zdrojové kódy
NodesetCompiler: fix python shebang lines
Ralph Lange
před 6 roky
rodič
89b41278ab
revize
762d391990
5 změnil soubory
, kde provedl
5 přidání
a
5 odebrání
Rozdělené zobrazení
Ukázat statistiku rozdílových dat
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
Zobrazit soubor
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###
+ 1
- 1
tools/nodeset_compiler/backend_open62541_nodes.py
Zobrazit soubor
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###
+ 1
- 1
tools/nodeset_compiler/datatypes.py
Zobrazit soubor
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###
+ 1
- 1
tools/nodeset_compiler/nodes.py
Zobrazit soubor
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###
+ 1
- 1
tools/nodeset_compiler/nodeset.py
Zobrazit soubor
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###