Skip to content

Commit

Permalink
fix for web app being messed up by eventlet
Browse files Browse the repository at this point in the history
  • Loading branch information
robbles committed Mar 15, 2012
1 parent 19ac4bc commit d5fc781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sps/transactions/server.py
Expand Up @@ -3,8 +3,8 @@
import re
import time
import eventlet
import eventlet.patcher
eventlet.patcher.monkey_patch()
#import eventlet.patcher
#eventlet.patcher.monkey_patch()
import logging

from sps.transactions.commands import CommandHandler, CommandError
Expand Down
Empty file modified sps/web/app.py 100644 → 100755
Empty file.

0 comments on commit d5fc781

Please sign in to comment.