From 1c5994791c51442b754661b1f9408e6eeae6ebe4 Mon Sep 17 00:00:00 2001 From: Stephen McQuay Date: Thu, 25 Oct 2012 22:33:58 -0700 Subject: [PATCH] renamed scripts --- bin/{p1.py => make_maze.py} | 0 bin/{p2.py => solve_maze.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename bin/{p1.py => make_maze.py} (100%) rename bin/{p2.py => solve_maze.py} (100%) diff --git a/bin/p1.py b/bin/make_maze.py similarity index 100% rename from bin/p1.py rename to bin/make_maze.py diff --git a/bin/p2.py b/bin/solve_maze.py similarity index 100% rename from bin/p2.py rename to bin/solve_maze.py