From 1ac8bd4e4f05f3f2fd4fccdd3fbf6d7ec9109a7e Mon Sep 17 00:00:00 2001 From: jebba Date: Sat, 15 Jan 2022 00:38:05 -0700 Subject: [PATCH] python3 bangpath --- pcb.py | 2 +- view.py | 2 +- view_mpl.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pcb.py b/pcb.py index d317a52..cc99a0d 100755 --- a/pcb.py +++ b/pcb.py @@ -1,4 +1,4 @@ -#!/opt/local/bin/pypy -tt +#!/usr/bin/python3 -tt # -*- coding: utf-8 -*- #Copyright (C) 2014 Chris Hinsley All Rights Reserved diff --git a/view.py b/view.py index bbc3aac..38422f5 100755 --- a/view.py +++ b/view.py @@ -1,4 +1,4 @@ -#!/opt/local/bin/python -tt +#!/usr/bin/python3 -tt # -*- coding: utf-8 -*- #Copyright (C) 2014 Chris Hinsley All Rights Reserved diff --git a/view_mpl.py b/view_mpl.py index 7b886ea..6b78edb 100755 --- a/view_mpl.py +++ b/view_mpl.py @@ -1,4 +1,4 @@ -#!/opt/local/bin/python -tt +#!/usr/bin/python3 -tt # -*- coding: utf-8 -*- #Copyright (C) 2014 Chris Hinsley All Rights Reserved