1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +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 random import randrange
from shutil import rmtree