Please enable JavaScript in your browser!
Startsida
Utforska
Hjälp
Logga in
thomas
/
open62541
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Bläddra i källkod
NodesetCompiler: fix python shebang lines
Ralph Lange
6 år sedan
förälder
89b41278ab
incheckning
762d391990
5 ändrade filer
med
5 tillägg
och
5 borttagningar
Delad Vy
Visa Diff Statistik
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
Visa fil
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###
+ 1
- 1
tools/nodeset_compiler/backend_open62541_nodes.py
Visa fil
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###
+ 1
- 1
tools/nodeset_compiler/datatypes.py
Visa fil
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###
+ 1
- 1
tools/nodeset_compiler/nodes.py
Visa fil
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###
+ 1
- 1
tools/nodeset_compiler/nodeset.py
Visa fil
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
###