mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-18 19:45:57 +08:00
sys path modifications
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
import re
|
||||
import weakref
|
||||
import os
|
||||
|
||||
import parsing
|
||||
import dynamic # must be before evaluate, because it needs to be loaded first.
|
||||
import dynamic
|
||||
import imports
|
||||
import evaluate
|
||||
import modules
|
||||
import debug
|
||||
import imports
|
||||
import settings
|
||||
import keywords
|
||||
|
||||
|
||||
Reference in New Issue
Block a user