quality.py
18.2 KB
-
Stop adding lms/lib and cms/lib to the PYTHONPATH for pylint · 02fa9c10
These two directories are not added to sys.path when running the application, so there is no need to add them for pylint. When they are added, they make it impossible to run pylint properly because lms.lib.xblock is imported when trying to import xblock.
Ned Batchelder committed