zulip/zerver/tornado
Rishi Gupta 15d60fa7ed Change now() to timezone.now() throughout codebase.
Change `from django.utils.timezone import now` to
`from django.utils import timezone`.

This is both because now() is ambiguous (could be datetime.datetime.now),
and more importantly to make it easier to write a lint rule against
datetime.datetime.now().
2017-02-28 16:03:37 -08:00
..
__init__.py tornado: Move tornado_ioloop_logging to new zerver/tornado tree. 2016-11-26 21:24:05 -08:00
application.py lint: Clean up W503 PEP-8 warning. 2017-01-23 20:50:04 -08:00
descriptors.py lint: clean up PEP-8 W391 rule. 2017-01-23 20:39:02 -08:00
event_queue.py Change now() to timezone.now() throughout codebase. 2017-02-28 16:03:37 -08:00
handlers.py pep8: Fix E303 violations. 2016-12-02 15:34:11 -08:00
ioloop_logging.py pep8: Fix many rule E128 violations. 2016-12-03 13:33:31 -08:00
socket.py socket: Hardcode website message sender for fake messages. 2017-02-17 15:20:32 -08:00
views.py Change X.realm.id to X.realm_id across codebase. 2017-01-03 16:46:26 -08:00
websocket_client.py nagios-plugins: Add websocket checking to nagios message sending test. 2016-12-30 15:36:37 -08:00