'/usr/bin/env python' -> '/usr/bin/env python3'

This commit is contained in:
rnv 2018-09-19 18:32:46 +03:00
parent 807d754b0e
commit 15fdc1b6fc
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# test used in YACS, ForEachLoop

View File

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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import sys
from Base.dataBase import Base