summaryrefslogtreecommitdiff
path: root/progress.py
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-12-12 14:07:41 -0800
committerBen Sima <ben@bsima.me>2018-12-12 14:07:41 -0800
commitddfa3fb54c58c62fd595a7cac71fafa5d8a34eb7 (patch)
treeb85c6d6dfd29a1b10bcba7b8ab7222c12dae1592 /progress.py
parent42b27e60844f6048eab809ae3800cce856a19bd4 (diff)
Go straight to python3
Speeds up the script instantiation.
Diffstat (limited to 'progress.py')
-rwxr-xr-xprogress.py3
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 *