1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

use python vs python2

This commit is contained in:
William Ting 2014-01-02 15:56:43 -06:00
parent dcb97e0d0c
commit 4bb6dfe1ca
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from random import randrange
from shutil import rmtree

View File

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