Skip to content

Commit f5dd8c7

Browse files
committed
Revert a change to settings_sqlitetest.py
- Legacy-Id: 13211
1 parent b4fd2b6 commit f5dd8c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings_sqlitetest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def __getitem__(self, item):
4343
if TEST_CODE_COVERAGE_CHECKER and not TEST_CODE_COVERAGE_CHECKER._started: # pyflakes:ignore
4444
TEST_CODE_COVERAGE_CHECKER.start() # pyflakes:ignore
4545

46-
#NOMCOM_PUBLIC_KEYS_DIR=os.path.abspath("tmp-nomcom-public-keys-dir")
46+
NOMCOM_PUBLIC_KEYS_DIR=os.path.abspath("tmp-nomcom-public-keys-dir")
4747

4848
MEDIA_ROOT = os.path.join(os.path.dirname(BASE_DIR), 'test/media/') # pyflakes:ignore
4949
MEDIA_URL = '/test/media/'

0 commit comments

Comments
 (0)