mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Replace Fred by Jeanne in tests and examples
This commit is contained in:
parent
ac4e68ff2d
commit
da42765ea2
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
from collections import defaultdict
|
||||
import datetime
|
||||
import re
|
||||
from collections import defaultdict
|
||||
from urllib.parse import unquote, urlparse, urlunparse
|
||||
|
||||
import pytest
|
||||
from flask import session, url_for
|
||||
from libfaketime import fake_time
|
||||
import pytest
|
||||
from werkzeug.security import check_password_hash
|
||||
|
||||
from ihatemoney import models
|
||||
|
|
Loading…
Reference in a new issue