This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
import os | |
import uuid | |
import time | |
import cassandra | |
from cassandra import cluster as cassandra_cluster | |
#from cassandra.io.geventreactor import GeventConnection |
NewerOlder