Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
fixing monkey patch
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Jul 12, 2014
1 parent fc89ba5 commit ed84308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workbench/server/data_store.py
@@ -1,14 +1,14 @@
"""DataStore class for WorkBench."""

from gevent import monkey
from gevent import monkey; monkey.patch_socket()
import pymongo
import gridfs
import hashlib
import datetime
import bson
import time

monkey.patch_socket()


class DataStore(object):
"""DataStore for Workbench.
Expand Down

0 comments on commit ed84308

Please sign in to comment.