Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Odoo scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo scripts
Commits
8c58098d3026
Commit
8c58098d3026
authored
6 years ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
improve python 3 compatibility
parent
ebcba8ec9194
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker_build.py
+2
-2
2 additions, 2 deletions
docker_build.py
with
2 additions
and
2 deletions
docker_build.py
+
2
−
2
View file @
8c58098d
...
...
@@ -11,7 +11,7 @@
from
subprocess
import
call
import
sys
import
C
onfig
P
arser
from
six.moves
import
c
onfig
p
arser
import
docker
# apt python-docker (1.9) or pip install docker
...
...
@@ -101,7 +101,7 @@
dev
=
nmspc
.
dev
push
=
nmspc
.
push
c
=
C
onfig
P
arser
.
ConfigParser
()
c
=
c
onfig
p
arser
.
ConfigParser
()
if
not
os
.
path
.
exists
(
setup_path
):
logging
.
fatal
(
'
Missing %s
'
,
setup_path
)
return
12
...
...
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