1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

{/usr/bin/ => }env to work with termux

This commit is contained in:
j 2017-04-03 03:40:18 -07:00
parent 0bf1ad5ba9
commit 785a2696b6
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
""" """
Copyright © 2008-2012 Joel Schaerer Copyright © 2008-2012 Joel Schaerer

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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