py3
This commit is contained in:
@@ -22,13 +22,18 @@
|
||||
# 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
|
||||
from PyQt4.QtGui import *
|
||||
from PyQt4.QtCore import *
|
||||
from electrum.i18n import _
|
||||
|
||||
from util import *
|
||||
from qrtextedit import ShowQRTextEdit, ScanQRTextEdit
|
||||
from .util import *
|
||||
from .qrtextedit import ShowQRTextEdit, ScanQRTextEdit
|
||||
|
||||
|
||||
def seed_warning_msg(seed):
|
||||
|
||||
Reference in New Issue
Block a user