Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BTrees
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
BTrees
Commits
072a4d23
Commit
072a4d23
authored
Nov 09, 2012
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use integer-type default.
parent
359d37eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
BTrees/OLBTree.py
BTrees/OLBTree.py
+5
-5
No files found.
BTrees/OLBTree.py
View file @
072a4d23
...
...
@@ -24,7 +24,7 @@ from BTrees.Interfaces import IObjectIntegerBTreeModule
from
BTrees.___BTree
import
Bucket
from
BTrees.___BTree
import
MERGE
from
BTrees.___BTree
import
MERGE_WEIGHT_numeric
from
BTrees.___BTree
import
MERGE_DEFAULT_
floa
t
from
BTrees.___BTree
import
MERGE_DEFAULT_
in
t
from
BTrees.___BTree
import
Set
from
BTrees.___BTree
import
Tree
as
BTree
from
BTrees.___BTree
import
TreeSet
...
...
@@ -47,7 +47,7 @@ class OLBucketPy(Bucket):
_to_value
=
_to_value
MERGE
=
MERGE
MERGE_WEIGHT
=
MERGE_WEIGHT_numeric
MERGE_DEFAULT
=
MERGE_DEFAULT_
floa
t
MERGE_DEFAULT
=
MERGE_DEFAULT_
in
t
try
:
from
_OLBTree
import
OLBucket
except
ImportError
:
...
...
@@ -60,7 +60,7 @@ class OLSetPy(Set):
_to_key
=
_to_key
MERGE
=
MERGE
MERGE_WEIGHT
=
MERGE_WEIGHT_numeric
MERGE_DEFAULT
=
MERGE_DEFAULT_
floa
t
MERGE_DEFAULT
=
MERGE_DEFAULT_
in
t
try
:
from
_OLBTree
import
OLSet
except
ImportError
:
...
...
@@ -74,7 +74,7 @@ class OLBTreePy(BTree):
_to_value
=
_to_value
MERGE
=
MERGE
MERGE_WEIGHT
=
MERGE_WEIGHT_numeric
MERGE_DEFAULT
=
MERGE_DEFAULT_
floa
t
MERGE_DEFAULT
=
MERGE_DEFAULT_
in
t
try
:
from
_OLBTree
import
OLBTree
except
ImportError
:
...
...
@@ -87,7 +87,7 @@ class OLTreeSetPy(TreeSet):
_to_key
=
_to_key
MERGE
=
MERGE
MERGE_WEIGHT
=
MERGE_WEIGHT_numeric
MERGE_DEFAULT
=
MERGE_DEFAULT_
floa
t
MERGE_DEFAULT
=
MERGE_DEFAULT_
in
t
try
:
from
_OLBTree
import
OLTreeSet
except
ImportError
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment