提交 f8dd931d 编写于 作者: L Liu Jie 提交者: Calvin Miao

configurator.py: use xrange from six to keep the compatible between Python2.x/3.x

上级 38fd6ea7
......@@ -21,6 +21,8 @@ Tool to modify configuration files
import curses
import os
import traceback
import six
from six.moves import xrange # pylint: disable=redefined-builtin
from ModuleConf import ModuleConf
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册