From 8e32c62cf7ccb20ee9903732ce923cbf80b42b75 Mon Sep 17 00:00:00 2001 From: Skirmantas Jurgaitis Date: Mon, 15 Apr 2013 15:17:30 +0100 Subject: [PATCH] Removed stores.defaults from runtests, this module does not exist --- runtests.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/runtests.py b/runtests.py index 8f9bbea3..164cb4bb 100755 --- a/runtests.py +++ b/runtests.py @@ -8,7 +8,6 @@ from oscar.defaults import OSCAR_SETTINGS from oscar import OSCAR_MAIN_TEMPLATE_DIR, OSCAR_CORE_APPS -from stores.defaults import STORES_SETTINGS location = lambda x: os.path.join( os.path.dirname(os.path.realpath(__file__)), x) @@ -82,7 +81,6 @@ def configure(): ) default_settings = OSCAR_SETTINGS - default_settings.update(STORES_SETTINGS) pairs.update(default_settings) # Look for a settings_local module that provides overrides for these test