hgext/phabricator.py
changeset 48875 6000f5b25c9b
parent 48873 5aafc3c5bdec
child 48913 f254fc73d956
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
    55 
    55 
    56     # API token. Get it from https://$HOST/conduit/login/
    56     # API token. Get it from https://$HOST/conduit/login/
    57     example.phabtoken = cli-xxxxxxxxxxxxxxxxxxxxxxxxxxxx
    57     example.phabtoken = cli-xxxxxxxxxxxxxxxxxxxxxxxxxxxx
    58 """
    58 """
    59 
    59 
    60 from __future__ import absolute_import
       
    61 
    60 
    62 import base64
    61 import base64
    63 import contextlib
    62 import contextlib
    64 import hashlib
    63 import hashlib
    65 import io
    64 import io