Skip to content

Commit

Permalink
shebangs
Browse files Browse the repository at this point in the history
  • Loading branch information
timurhai committed Jan 29, 2021
1 parent 12471e6 commit 7f4998f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions afanasy/python/afjob.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

import os
Expand Down
1 change: 1 addition & 0 deletions afanasy/python/afsend.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

import afnetwork
Expand Down
1 change: 1 addition & 0 deletions afanasy/python/check_afcommon.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

import os
Expand Down
1 change: 1 addition & 0 deletions afanasy/python/check_parser.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

import os
Expand Down
1 change: 1 addition & 0 deletions afanasy/python/check_resource.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

import os
Expand Down

0 comments on commit 7f4998f

Please sign in to comment.