From 07c1f5880fef4cf9710d418aa492b0c023fabbc5 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Mon, 28 Jan 2019 08:10:42 -0800 Subject: [PATCH] Change shebang to python3 --- bin/delpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/delpkg b/bin/delpkg index 5c07648..23e2f3a 100644 --- a/bin/delpkg +++ b/bin/delpkg @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 """ Delete packages from a repository. Functions: