mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 01:42:37 +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 datetime
|
||||||
import re
|
import re
|
||||||
|
from collections import defaultdict
|
||||||
from urllib.parse import unquote, urlparse, urlunparse
|
from urllib.parse import unquote, urlparse, urlunparse
|
||||||
|
|
||||||
|
import pytest
|
||||||
from flask import session, url_for
|
from flask import session, url_for
|
||||||
from libfaketime import fake_time
|
from libfaketime import fake_time
|
||||||
import pytest
|
|
||||||
from werkzeug.security import check_password_hash
|
from werkzeug.security import check_password_hash
|
||||||
|
|
||||||
from ihatemoney import models
|
from ihatemoney import models
|
||||||
|
|
Loading…
Reference in a new issue