瀏覽代碼

Merge branch 'wting_default_python3'

master
William Ting 1 年之前
父節點
當前提交
ff75f542ae
共有 6 個檔案被更改,包括 6 行新增6 行删除
  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 查看文件

@ -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 查看文件

@ -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 查看文件

@ -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 查看文件

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

+ 1
- 1
install.py 查看文件

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

+ 1
- 1
uninstall.py 查看文件

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

Loading…
取消
儲存