File tree Expand file tree Collapse file tree 6 files changed +0
-11
lines changed
Expand file tree Collapse file tree 6 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- from __future__ import division
1615from datetime import datetime
1716
1817from cassandra .cqlengine import UnicodeMixin , ValidationError
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- from __future__ import with_statement
1615from _weakref import ref
1716import calendar
1817from collections import OrderedDict
Original file line number Diff line number Diff line change 1818# about the encoded request size. Note that the counts would be available using the internal 'metrics' tracking --
1919# this is just demonstrating a way to track a few custom attributes.
2020
21- from __future__ import print_function
2221from cassandra .cluster import Cluster
2322from greplin import scales
2423
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- from __future__ import print_function
16-
1715import os
1816import shutil
1917import sys
Original file line number Diff line number Diff line change @@ -50,11 +50,6 @@ def setup_module():
5050MIN_LONG = - 9223372036854775808
5151ZERO_LONG = 0
5252
53- if sys .version_info < (3 , 0 ):
54- MAX_LONG = long (MAX_LONG )
55- MIN_LONG = long (MIN_LONG )
56- ZERO_LONG = long (ZERO_LONG )
57-
5853MAKE_STRICT = "schema.config().option('graph.schema_mode').set('production')"
5954MAKE_NON_STRICT = "schema.config().option('graph.schema_mode').set('development')"
6055ALLOW_SCANS = "schema.config().option('graph.allow_scan').set('true')"
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- from __future__ import print_function
1615import logging
1716import time
1817
You can’t perform that action at this time.
0 commit comments