Moved global things in browser.py to functions

This commit is contained in:
JonahStanley
2013-08-15 11:39:27 -04:00
parent 0b6e62984e
commit 35e5f4cab5
3 changed files with 28 additions and 29 deletions

View File

@@ -97,7 +97,7 @@ MITX_FEATURES['AUTOMATIC_AUTH_FOR_TESTING'] = True
USE_I18N = True
# Information needed to utilize Sauce Labs.
MITX_FEATURES['SAUCE'] = {
SAUCE = {
'SAUCE_ENABLED' : os.environ.get('SAUCE_ENABLED'),
'USERNAME' : os.environ.get('SAUCE_USER_NAME'),
'ACCESS_ID' : os.environ.get('SAUCE_API_KEY'),