Skip to content
Snippets Groups Projects
Commit 209a4347 authored by Sverre Rabbelier's avatar Sverre Rabbelier
Browse files

don't import everything and the kitchen sink

parent f0628f52
No related branches found
No related tags found
No related merge requests found
......@@ -14,10 +14,6 @@
'''
# just importing every damn thing because i don't know python that well
# and I have no idea what I actually need
from mercurial import util, repair, merge, cmdutil, commands, hg, url
from mercurial import extensions, ancestor
from mercurial.commands import templateopts
from mercurial.node import nullrev, nullid, short
from mercurial import commands
from mercurial import hg
from mercurial.i18n import _
......@@ -23,7 +19,4 @@
from mercurial.i18n import _
import os, errno, sys
import subprocess
import dulwich
from git_handler import GitHandler
# support for `hg clone git://github.com/defunkt/facebox.git`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment