def get( ID, cursor ) : if DEBUG : print " >>> running piper_mongodb get " return cursor.find_one( { "_id" : ID } ) ######### # EOF # #########