From 9736646baf554a1b2bb319e8f60b27ae8dd25226 Mon Sep 17 00:00:00 2001 From: Arvind Khadri Date: Fri, 30 May 2014 18:48:44 +0530 Subject: [PATCH] Fixing PEP8 errors for dbsetup.py --- dbsetup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dbsetup.py b/dbsetup.py index 9fdc821..e6c8ff8 100644 --- a/dbsetup.py +++ b/dbsetup.py @@ -3,7 +3,8 @@ # Create and setup databases for the first time run of the application -import sys, os +import sys +import os # Get the path to the base directory of the app BASE_DIR = os.path.join(os.path.dirname(__file__)) -- 1.7.10.4