Skip to content

Commit 1afa4a5

Browse files
committed
Fix qt six
1 parent 8a3f1e5 commit 1afa4a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/bitmessageqt/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
import bitmessage_icons_rc # noqa:F401 pylint: disable=unused-import
5757
import helper_sent
5858

59-
from six.moves import iteritems, itervalues, range as xrange
60-
from six import text_type
59+
from six import iteritems, itervalues, text_type
60+
from six.moves range as xrange
6161

6262
try:
6363
from plugins.plugin import get_plugin, get_plugins

0 commit comments

Comments
 (0)