mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-26 17:50:34 +05:00
'/usr/bin/env python' -> '/usr/bin/env python3'
This commit is contained in:
parent
807d754b0e
commit
15fdc1b6fc
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
"""
|
"""
|
||||||
Test000
|
Test000
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# test used in YACS, ForEachLoop
|
# test used in YACS, ForEachLoop
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
from Base.dataBase import Base
|
from Base.dataBase import Base
|
||||||
|
Loading…
Reference in New Issue
Block a user