From 31505b7cdd10ff5a38205b1a40704c95ed00b481 Mon Sep 17 00:00:00 2001
From: hardythe1
Date: Wed, 19 Feb 2014 18:58:15 +0530
Subject: changing passwords settings

---
 PythonTBC/settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'PythonTBC')

diff --git a/PythonTBC/settings.py b/PythonTBC/settings.py
index 67dc106..7c6dbcc 100644
--- a/PythonTBC/settings.py
+++ b/PythonTBC/settings.py
@@ -1,7 +1,7 @@
 # Django settings for PythonTBC project.
 
 from os.path import *
-from tbc.local import *
+from local import *
 
 DEBUG = True
 TEMPLATE_DEBUG = DEBUG
-- 
cgit