From e380e738050cc57166e2e9a35635ad577eeec9df Mon Sep 17 00:00:00 2001 From: Adarsh Nair Date: Mon, 6 Jul 2015 10:53:49 -0700 Subject: [PATCH] PEP8 standards met --- fresh_tomatoes.py | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/fresh_tomatoes.py b/fresh_tomatoes.py index 98cd872fb..25837c986 100644 --- a/fresh_tomatoes.py +++ b/fresh_tomatoes.py @@ -2,6 +2,7 @@ import os import re + # Styles and scripting for the page main_page_head = ''' @@ -82,6 +83,7 @@ ''' + # The main page layout and title bar main_page_content = ''' @@ -99,7 +101,7 @@ - +