1
0

small import clean-up

This commit is contained in:
SomberNight
2018-10-11 16:30:30 +02:00
parent cd5453e477
commit 1ef804c652
6 changed files with 14 additions and 12 deletions

View File

@@ -28,11 +28,11 @@ import sys
import os
from .version import ELECTRUM_VERSION
from .import constants
from . import constants
from .i18n import _
from .util import make_aiohttp_session
class BaseCrashReporter:
report_server = "https://crashhub.electrum.org"
config_key = "show_crash_reporter"