From 2a2463f6e2c27f571d4773d8f08b395f3edf390b Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Fri, 18 Feb 2022 09:49:00 -0800 Subject: [PATCH] Rename tests to tests.py --- prototyping/{tests => tests.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename prototyping/{tests => tests.py} (99%) diff --git a/prototyping/tests b/prototyping/tests.py similarity index 99% rename from prototyping/tests rename to prototyping/tests.py index 89e105d0..20070ae0 100755 --- a/prototyping/tests +++ b/prototyping/tests.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/python import argparse import difflib