mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 05:56:31 +03:00
add missing Message API
This commit is contained in:
@@ -241,6 +241,7 @@ def data(request):
|
||||
os.path.normpath(x)
|
||||
for x in [
|
||||
os.path.join(os.path.dirname(request.fspath.strpath), "data"),
|
||||
os.path.join(os.path.dirname(request.fspath.strpath), "..", "..", "test-data"),
|
||||
os.path.join(os.path.dirname(__file__), "..", "..", "..", "test-data"),
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user