Skip to content

Commit 145079c

Browse files
committed
Fix import path in settings_sqlitetest.py
- Legacy-Id: 6901
1 parent 2c510ad commit 145079c

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
@@ -4,7 +4,7 @@
44
# ./manage.py test --settings=settings_sqlitetest doc.ChangeStateTestCase
55
#
66

7-
from ietf.settings import *
7+
from settings import *
88

99
DATABASES = {
1010
'default': {

0 commit comments

Comments
 (0)