From 1f8372aa9a5a22917530edf98894c839ca0a2b30 Mon Sep 17 00:00:00 2001 From: Michael Caley Date: Sat, 23 Oct 2021 21:09:24 -0400 Subject: [PATCH] Fix shebang in frontend module --- aiospamc/frontend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiospamc/frontend.py b/aiospamc/frontend.py index 6d49bf5f..e95065bc 100644 --- a/aiospamc/frontend.py +++ b/aiospamc/frontend.py @@ -1,4 +1,4 @@ -#!/usr/bin/end python +#!/usr/bin/env python """Frontend functions for the package."""