Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Charles Burton
Gaudi
Commits
e6e57979
Commit
e6e57979
authored
Nov 28, 2017
by
Alex Pearce
Committed by
kreczko
Feb 14, 2019
Browse files
Python 3 compatibility for the cPickle module.
parent
1cbdeb54
Changes
2
Hide whitespace changes
Inline
Side-by-side
GaudiPolicy/qmtest_classes/GaudiTest.py
View file @
e6e57979
...
...
@@ -64,7 +64,7 @@ if sys.platform == "win32":
import
win32pipe
import
win32process
else
:
import
cPickle
from
six.moves
import
cPickle
import
fcntl
import
select
import
qm.sigmask
...
...
cmake/tests/cmake_coverage.py
View file @
e6e57979
...
...
@@ -4,7 +4,7 @@ from __future__ import print_function
import
os
import
re
import
atexit
import
cPickle
from
six.moves
import
cPickle
from
subprocess
import
Popen
,
PIPE
from
collections
import
defaultdict
...
...
Write
Preview
Supports
Markdown
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