Skip to content

Commit

Permalink
Remove utils.external from sys.path
Browse files Browse the repository at this point in the history
Fixes #1952, fixes #1380

- This was added by Pierre a long time ago to use an internal version of
pyflakes but never removed.
  • Loading branch information
ccordoba12 committed Mar 10, 2015
1 parent dc8c372 commit 7b13893
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spyderlib/utils/external/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@
External libraries needed for Spyder to work.
Put here only untouched libraries, else put them in utils.
"""

import sys
from spyderlib.baseconfig import get_module_source_path
sys.path.insert(0, get_module_source_path(__name__))

0 comments on commit 7b13893

Please sign in to comment.