From 8ac03b385f8713df400cb9d7ac4af7f9a6a127f3 Mon Sep 17 00:00:00 2001 From: Mauro Scomparin Date: Tue, 18 Apr 2017 19:17:36 +0200 Subject: [PATCH] Rimossi shebangs --- bilancio.py | 2 -- money.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/bilancio.py b/bilancio.py index 8d3a182..c237f0b 100755 --- a/bilancio.py +++ b/bilancio.py @@ -1,5 +1,3 @@ -#!/data/data/com.termux/files/usr/bin/python - from time import localtime, strftime from os.path import expanduser, join from pprint import pprint diff --git a/money.py b/money.py index 6596c53..343a4c0 100755 --- a/money.py +++ b/money.py @@ -1,5 +1,3 @@ -#!/data/data/com.termux/files/usr/bin/python - from time import localtime, strftime from os.path import expanduser, join from pprint import pprint -- 2.25.1