From 4feffceb040ee56eb1b171de1a6f58514a242fac 2020-06-29 04:18:07 From: Branko Majic <branko@majic.rs> Date: 2020-06-29 04:18:07 Subject: [PATCH] Fixed the import errors. Related to issue SCR-2. --- diff --git a/hooks/thebuggenie_hg_remote.py b/hooks/thebuggenie_hg_remote.py index dfff47048f3479d6e288f0ccba72b5f295d8aaef..ef2838897d20d7c13fa35502b951438f8f4911b7 100755 --- a/hooks/thebuggenie_hg_remote.py +++ b/hooks/thebuggenie_hg_remote.py @@ -54,11 +54,11 @@ # the self-signed certificates. # -import mercurial.node.bin -import mercurial.node.short from urllib import quote import subprocess +import mercurial.node + def call_program(program, arguments, url): """ Calls the specified program, passing it the arguments. The URL is passed