Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
thomas
/
open62541
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
NodesetCompiler: fix python shebang lines
Ralph Lange
hace 6 años
padre
89b41278ab
commit
762d391990
Se han
modificado 5 ficheros
con
5 adiciones
y
5 borrados
Dividir vista
Mostrar estadísticas de diff
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
Ver fichero
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###
+ 1
- 1
tools/nodeset_compiler/backend_open62541_nodes.py
Ver fichero
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###
+ 1
- 1
tools/nodeset_compiler/datatypes.py
Ver fichero
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###
+ 1
- 1
tools/nodeset_compiler/nodes.py
Ver fichero
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###
+ 1
- 1
tools/nodeset_compiler/nodeset.py
Ver fichero
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###