Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyopencl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Klöckner
pyopencl
Commits
3a2f47fd
Commit
3a2f47fd
authored
11 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
Add future imports for with statement use in tests
parent
f3ddebeb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/test_algorithm.py
+2
-0
2 additions, 0 deletions
test/test_algorithm.py
test/test_array.py
+1
-1
1 addition, 1 deletion
test/test_array.py
with
3 additions
and
1 deletion
test/test_algorithm.py
+
2
−
0
View file @
3a2f47fd
#! /usr/bin/env python
from
__future__
import
division
,
with_statement
__copyright__
=
"
Copyright (C) 2013 Andreas Kloeckner
"
__license__
=
"""
...
...
This diff is collapsed.
Click to expand it.
test/test_array.py
+
1
−
1
View file @
3a2f47fd
#! /usr/bin/env python
from
__future__
import
division
from
__future__
import
division
,
with_statement
__copyright__
=
"
Copyright (C) 2009 Andreas Kloeckner
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment