소스 검색

NodesetCompiler: fix python shebang lines

Ralph Lange 5 년 전
부모
커밋
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 -*-
 
 ###