Skip to content

Commit

Permalink
Need to monkey patch everything here to avoid problems with the threa…
Browse files Browse the repository at this point in the history
…ding in django. Super icky and error prone probably, but works for now...
  • Loading branch information
plasticine committed Jan 1, 2012
1 parent 3efc134 commit 33c4270
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from gevent import monkey; monkey.patch_all()

from optparse import OptionParser

from henchman import __version__, setup_environment
Expand Down

0 comments on commit 33c4270

Please sign in to comment.