rht
|
33b1a541d7
|
zerver/lib: Use python 3 syntax for typing.
With tweaks by tabbott to fix line spacing.
|
2017-11-18 16:09:04 -08:00 |
rht
|
f43e54d352
|
zerver/lib: Remove absolute_import.
|
2017-09-27 10:00:39 -07:00 |
neiljp (Neil Pilgrim)
|
a6bb8f552b
|
mypy: Mark get_session_user() as returning Optional[int].
|
2017-08-09 18:04:21 -07:00 |
Aditya Bansal
|
df2b49af66
|
pep8: Add compliance with rule E261 to sessions.py.
|
2017-05-07 23:21:50 -07:00 |
hackerkid
|
b2504084ab
|
Replace timezone.now with timezone_now.
|
2017-04-16 12:28:56 -07:00 |
Tim Abbott
|
a55381b397
|
sessions: Fix missing typing imports.
|
2017-03-08 03:00:05 -08:00 |
Tim Abbott
|
ca50e10569
|
sessions: Move session deletion code to sessions.py.
This new organization feels more thematically appropriate, and of
course shrinks the amount of stuff unnecessarily in actions.py
|
2017-03-08 02:48:18 -08:00 |
Tim Abbott
|
fe237118b0
|
Rename zerver/lib/session_user.py to sessions.py.
|
2017-03-08 02:43:35 -08:00 |