Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
hggitforge
Commits
38cddd0c3e2f
Commit
28205fa3
authored
Oct 14, 2020
by
Elouan Martinet
Browse files
Fix imports ordering and remove unused import
parent
f70f54b36ad0
Changes
1
Hide whitespace changes
Inline
Side-by-side
hggithub/__init__.py
View file @
38cddd0c
...
...
@@ -5,12 +5,11 @@ Add some usefull command to work with github
import
os
import
os.path
as
osp
from
shutil
import
move
from
subprocess
import
check_output
,
CalledProcessError
,
STDOUT
from
mercurial
import
registrar
,
error
from
mercurial
import
registrar
from
mercurial.i18n
import
_
from
subprocess
import
check_output
,
CalledProcessError
,
STDOUT
cmdtable
=
{}
command
=
registrar
.
command
(
cmdtable
)
...
...
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