Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZODB
Commits
da0f3308
Commit
da0f3308
authored
May 10, 2013
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Avoid direct imports from C extensions.
A step toward PyPy support.
parent
f37f1c70
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/ZODB/fsIndex.py
src/ZODB/fsIndex.py
+1
-1
src/ZODB/tests/testCache.py
src/ZODB/tests/testCache.py
+1
-1
No files found.
src/ZODB/fsIndex.py
View file @
da0f3308
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
# integers.
# integers.
import
struct
import
struct
from
BTrees.
_
fsBTree
import
fsBucket
from
BTrees.fsBTree
import
fsBucket
from
BTrees.OOBTree
import
OOBTree
from
BTrees.OOBTree
import
OOBTree
import
six
import
six
...
...
src/ZODB/tests/testCache.py
View file @
da0f3308
...
@@ -18,8 +18,8 @@ purposes. It acts like a memo for unpickling. It also keeps recent
...
@@ -18,8 +18,8 @@ purposes. It acts like a memo for unpickling. It also keeps recent
objects in memory under the assumption that they may be used again.
objects in memory under the assumption that they may be used again.
"""
"""
from
persistent.cPickleCache
import
PickleCache
from
persistent
import
Persistent
from
persistent
import
Persistent
from
persistent
import
PickleCache
from
persistent.mapping
import
PersistentMapping
from
persistent.mapping
import
PersistentMapping
from
ZODB.tests.MinPO
import
MinPO
from
ZODB.tests.MinPO
import
MinPO
from
ZODB.utils
import
p64
from
ZODB.utils
import
p64
...
...
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