Explorar el Código

Merge branch 'wting_default_python3'

master
William Ting hace 1 año
padre
commit
ff75f542ae
Se han modificado 6 ficheros con 6 adiciones y 6 borrados
  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 fichero

@ -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 fichero

@ -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 fichero

@ -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 fichero

@ -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 fichero

@ -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 fichero

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

Cargando…
Cancelar
Guardar