Ver código fonte

feat: default to Python 3.

wting_default_python3
William Ting 2 anos atrás
pai
commit
96ae111824
6 arquivos alterados com 6 adições e 6 exclusões
  1. +1
    -1
      bin/autojump
  2. +1
    -1
      bin/autojump_data.py
  3. +1
    -1
      bin/autojump_match.py
  4. +1
    -1
      bin/autojump_utils.py
  5. +1
    -1
      install.py
  6. +1
    -1
      uninstall.py

+ 1
- 1
bin/autojump Ver arquivo

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

+ 1
- 1
bin/autojump_data.py Ver arquivo

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

+ 1
- 1
bin/autojump_match.py Ver arquivo

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

+ 1
- 1
bin/autojump_utils.py Ver arquivo

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

+ 1
- 1
install.py Ver arquivo

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

+ 1
- 1
uninstall.py Ver arquivo

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

Carregando…
Cancelar
Salvar