Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
OBITools
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
26
Issues
26
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
OBITools
OBITools
Commits
11338112
Commit
11338112
authored
Nov 19, 2014
by
Eric Coissac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Path the installer for managing system using foreign language
parent
c22e6ff7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
get-obitools.py
get_obitools/get-obitools.py
+0
-0
common.py
get_obitools/getpackage/svn/common.py
+2
-2
No files found.
get_obitools/get-obitools.py
View file @
11338112
This source diff could not be displayed because it is too large. You can
view the blob
instead.
get_obitools/getpackage/svn/common.py
View file @
11338112
...
...
@@ -37,8 +37,8 @@ class CommonClient(object):
if
return_binary
is
True
:
return
s
s
=
s
.
decode
(
'ASCII'
)
s
=
s
.
decode
(
'ASCII'
,
errors
=
"ignore"
)
str
.
d
return
s
if
combine
is
True
else
s
.
split
(
"
\n
"
)
def
rows_to_dict
(
self
,
rows
,
lc
=
True
):
...
...
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