Commit 9736646baf554a1b2bb319e8f60b27ae8dd25226

  • avatar
  • arvind
  • Fri May 30 18:48:44 IST 2014
Fixing PEP8 errors for dbsetup.py
  • Diff rendering mode:
  • inline
  • side by side

dbsetup.py

33
4# Create and setup databases for the first time run of the application4# Create and setup databases for the first time run of the application
55
6import sys, os
6import sys
7import os
78
8# Get the path to the base directory of the app9# Get the path to the base directory of the app
9BASE_DIR = os.path.join(os.path.dirname(__file__))10BASE_DIR = os.path.join(os.path.dirname(__file__))