From be471643ad7b4b7c6300127d27158fc2c4f19f62 Mon Sep 17 00:00:00 2001 From: Mark Mossberg Date: Wed, 19 Aug 2015 21:46:10 -0400 Subject: [PATCH] Fix Testing.mk to use poet/ instead of common/ --- Testing.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Testing.mk b/Testing.mk index a5f5410..77d0148 100644 --- a/Testing.mk +++ b/Testing.mk @@ -11,8 +11,8 @@ DELAY = 1 PORT = -p 8081 PYTHON = python2.7 -CL = common/client.py -SV = common/server.py +CL = poet/client.py +SV = poet/server.py # debug mode helpers