Skip to content

Commit

Permalink
Remove atfork (it's not needed anymore)
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Apr 27, 2014
1 parent 08d6a90 commit 413dd61
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
"""
CLI to manage redash.
"""
import atfork
import signal

atfork.monkeypatch_os_fork_functions()
import atfork.stdlib_fixer
atfork.stdlib_fixer.fix_logging_module()

import logging
import time
from redash import settings, app, db, models, data_manager, __version__
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ MarkupSafe==0.18
WTForms==1.0.5
Werkzeug==0.9.4
aniso8601==0.82
atfork==0.1.2
blinker==1.3
flask-peewee==0.6.5
itsdangerous==0.23
Expand Down

0 comments on commit 413dd61

Please sign in to comment.