Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
b63f1815
Commit
b63f1815
authored
Feb 26, 2013
by
JINMEI Tatuya
Browse files
[2713] editorial: combine two short-enough lines
parent
ed259e05
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/usermgr/tests/b10-cmdctl-usermgr_test.py
View file @
b63f1815
...
...
@@ -330,8 +330,7 @@ Options:
else
:
return
""
usermgr_module
=
imp
.
load_source
(
'usermgr'
,
'../b10-cmdctl-usermgr.py'
)
usermgr_module
=
imp
.
load_source
(
'usermgr'
,
'../b10-cmdctl-usermgr.py'
)
options
=
object
()
args
=
object
()
usermgr
=
usermgr_module
.
UserManager
(
options
,
args
)
...
...
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