Selaa lähdekoodia

Merge branch 'wting_default_python3'

master
William Ting 1 vuosi sitten
vanhempi
commit
ff75f542ae
6 muutettua tiedostoa jossa 6 lisäystä ja 6 poistoa
  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 Näytä tiedosto

@ -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 Näytä tiedosto

@ -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 Näytä tiedosto

@ -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 Näytä tiedosto

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

+ 1
- 1
install.py Näytä tiedosto

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

+ 1
- 1
uninstall.py Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna