Changeset - 4feffceb040e
[Not reviewed]
0 1 0
Branko Majic (branko) - 4 years ago 2020-06-29 04:18:07
branko@majic.rs
Fixed the import errors. Related to issue SCR-2.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
hooks/thebuggenie_hg_remote.py
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)