diff options
author | Ben Sima <ben@bsima.me> | 2018-12-12 14:07:41 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-12-12 14:07:41 -0800 |
commit | ddfa3fb54c58c62fd595a7cac71fafa5d8a34eb7 (patch) | |
tree | b85c6d6dfd29a1b10bcba7b8ab7222c12dae1592 /progress.py | |
parent | 42b27e60844f6048eab809ae3800cce856a19bd4 (diff) |
Go straight to python3
Speeds up the script instantiation.
Diffstat (limited to 'progress.py')
-rwxr-xr-x | progress.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/progress.py b/progress.py index 5e05fa9..47ee5d9 100755 --- a/progress.py +++ b/progress.py @@ -1,5 +1,4 @@ -#! /usr/bin/env nix-shell -#! nix-shell -i python3 -p python3 +#! /usr/bin/env python3 from datetime import datetime, timedelta from calendar import * |