py3
This commit is contained in:
@@ -20,6 +20,12 @@
|
||||
# ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import six
|
||||
|
||||
import sys
|
||||
import re
|
||||
@@ -27,10 +33,10 @@ import dns
|
||||
import os
|
||||
import json
|
||||
|
||||
import bitcoin
|
||||
import dnssec
|
||||
from util import print_error
|
||||
from i18n import _
|
||||
from . import bitcoin
|
||||
from . import dnssec
|
||||
from .util import print_error
|
||||
from .i18n import _
|
||||
|
||||
|
||||
class Contacts(dict):
|
||||
|
||||
Reference in New Issue
Block a user