From 47c3dfb2bb85b61e819083be69f403030d1b5895 Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Fri, 4 Oct 2024 21:14:12 -0400 Subject: [PATCH] wip --- python/pcb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pcb.py b/python/pcb.py index 6e129f4..3de2127 100755 --- a/python/pcb.py +++ b/python/pcb.py @@ -6,7 +6,7 @@ # usage: # pcb.py | frep.py [dpi [filename]] # -# Neil Gershenfeld 12/16/23 +# Neil Gershenfeld 10/4/24 # # This work may be reproduced, modified, distributed, # performed, and displayed for any purpose, but must -- GitLab