We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e853508 commit 7b5a640Copy full SHA for 7b5a640
extra/shutils/pyflakes.sh
@@ -4,4 +4,4 @@
4
# See the file 'LICENSE' for copying permission
5
6
# 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 '_'"
+find . -wholename "./thirdparty" -prune -o -type f -iname "*.py" -exec pyflakes3 '{}' \; | grep -v "redefines '_'"
lib/core/convert.py
@@ -19,6 +19,7 @@
19
import sys
20
21
from lib.core.bigarray import BigArray
22
+from lib.core.compat import xrange
23
from lib.core.data import conf
24
from lib.core.data import kb
25
from lib.core.settings import INVALID_UNICODE_PRIVATE_AREA
0 commit comments