Skip to content

Commit 7b5a640

Browse files
committed
Minor update
1 parent e853508 commit 7b5a640

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

extra/shutils/pyflakes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# See the file 'LICENSE' for copying permission
55

66
# Runs pyflakes on all python files (prerequisite: apt-get install pyflakes)
7-
find . -wholename "./thirdparty" -prune -o -type f -iname "*.py" -exec pyflakes '{}' \; | grep -v "redefines '_'"
7+
find . -wholename "./thirdparty" -prune -o -type f -iname "*.py" -exec pyflakes3 '{}' \; | grep -v "redefines '_'"

lib/core/convert.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import sys
2020

2121
from lib.core.bigarray import BigArray
22+
from lib.core.compat import xrange
2223
from lib.core.data import conf
2324
from lib.core.data import kb
2425
from lib.core.settings import INVALID_UNICODE_PRIVATE_AREA

0 commit comments

Comments
 (0)