Explorar o código

NodesetCompiler: fix python shebang lines

Ralph Lange %!s(int64=5) %!d(string=hai) anos
pai
achega
762d391990

+ 1 - 1
tools/nodeset_compiler/backend_open62541.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 ###

+ 1 - 1
tools/nodeset_compiler/backend_open62541_nodes.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 ###

+ 1 - 1
tools/nodeset_compiler/datatypes.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 ###

+ 1 - 1
tools/nodeset_compiler/nodes.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 ###

+ 1 - 1
tools/nodeset_compiler/nodeset.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 ###