From 2e7a1364fc7aa8ed01656146dc4c59e102239f07 Mon Sep 17 00:00:00 2001
From: Chris Pomeroy <chris.pomeroy@hotmail.com>
Date: Thu, 15 Apr 2021 16:20:19 +0000
Subject: [PATCH] Added the -u to all the python shebangs

---
 .gitignore |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index da7ea1e..224556d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,7 @@
 __pycache__/
 *.py[cod]
 *.aax
-
+.vscode
 # C extensions
 *.so
 

--
Gitblit v1.10.0