Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
thomas
/
open62541
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
NodesetCompiler: fix python shebang lines
Ralph Lange
6 years ago
parent
89b41278ab
commit
762d391990
5 changed files
with
5 additions
and
5 deletions
Unified View
Show Diff Stats
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
View File
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
###
###
+ 1
- 1
tools/nodeset_compiler/backend_open62541_nodes.py
View File
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
###
###
+ 1
- 1
tools/nodeset_compiler/datatypes.py
View File
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
###
###
+ 1
- 1
tools/nodeset_compiler/nodes.py
View File
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
###
###
+ 1
- 1
tools/nodeset_compiler/nodeset.py
View File
@@ -1,4 +1,4 @@
-#!/usr/bin/env
/
python
+#!/usr/bin/env
python
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
###
###