mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Remove more dead code
This commit is contained in:
parent
a2ec63a0e0
commit
50314418ec
1 changed files with 0 additions and 2 deletions
|
|
@ -78,8 +78,6 @@ def do_the_radicale_dance(tmpdir):
|
||||||
|
|
||||||
import radicale.auth.http
|
import radicale.auth.http
|
||||||
def is_authenticated(user, password):
|
def is_authenticated(user, password):
|
||||||
if user is None:
|
|
||||||
return False
|
|
||||||
assert user == 'bob' and password == 'bob'
|
assert user == 'bob' and password == 'bob'
|
||||||
return True
|
return True
|
||||||
radicale.auth.http.is_authenticated = is_authenticated
|
radicale.auth.http.is_authenticated = is_authenticated
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue