Parcourir la source

Merge branch 'wting_default_python3'

master
William Ting il y a 1 an
Parent
révision
ff75f542ae
6 fichiers modifiés avec 6 ajouts et 6 suppressions
  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 Voir le fichier

@ -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 Voir le fichier

@ -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 Voir le fichier

@ -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 Voir le fichier

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

+ 1
- 1
install.py Voir le fichier

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

+ 1
- 1
uninstall.py Voir le fichier

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

Chargement…
Annuler
Enregistrer