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

Commit

Permalink
fix a gsleep
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Aug 2, 2014
1 parent 12b39c1 commit 8d1ae02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workbench/workers/rekall_adapter/rekall_adapter.py
Expand Up @@ -15,12 +15,12 @@
import datetime
import pprint
import pytz
#import gevent
import gevent

def gsleep():
''' Convenience method for gevent.sleep '''
print '*** Gevent Sleep ***'
#gevent.sleep(1)
gevent.sleep(0)

class RekallAdapter(object):
"""RekallAdapter: Helps utilize the Rekall Memory Forensic Framework."""
Expand Down

0 comments on commit 8d1ae02

Please sign in to comment.