Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
transaction
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
transaction
Commits
e3a8cd9d
Commit
e3a8cd9d
authored
May 12, 2010
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move import to top.
parent
ecda11ef
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
transaction/tests/test_register_compat.py
transaction/tests/test_register_compat.py
+1
-2
No files found.
transaction/tests/test_register_compat.py
View file @
e3a8cd9d
...
...
@@ -91,6 +91,7 @@ Clean up:
>>> transaction.abort()
"""
import
doctest
import
transaction
class
Object
(
object
):
...
...
@@ -148,8 +149,6 @@ class TestConnection:
obj
.
abort
()
self
.
aborted
.
append
(
obj
)
import
doctest
def
test_suite
():
return
doctest
.
DocTestSuite
()
...
...
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