Commit 9736646baf554a1b2bb319e8f60b27ae8dd25226

  • avatar
  • arvind
  • Fri May 30 18:48:44 IST 2014
Fixing PEP8 errors for dbsetup.py
dbsetup.py
(2 / 1)
  
33
44# Create and setup databases for the first time run of the application
55
6import sys, os
6import sys
7import os
78
89# Get the path to the base directory of the app
910BASE_DIR = os.path.join(os.path.dirname(__file__))