From c7b7555dd46977e99fbc81ed1e630dd2abefc0b6 Mon Sep 17 00:00:00 2001 From: Kwesi Aguillera Date: Wed, 22 Feb 2017 13:31:28 -0500 Subject: [PATCH] Added the import line for Response --- www/dashboard/payday.spt | 1 + 1 file changed, 1 insertion(+) diff --git a/www/dashboard/payday.spt b/www/dashboard/payday.spt index 541130f3f4..3ea752ad75 100644 --- a/www/dashboard/payday.spt +++ b/www/dashboard/payday.spt @@ -1,5 +1,6 @@ import calendar import datetime +from aspen import Response from decimal import Decimal as D [---]