-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reorganize repo: grouped config files inside spyderlib/config #2575
Conversation
This one needs a rebase :-) |
@ccordoba12 done! |
@@ -10,7 +10,7 @@ | |||
from sphinx import __version__ as sphinx_version | |||
|
|||
# Local imports | |||
from spyderlib.config import CONF | |||
from spyderlib.config.config import CONF |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This an error, right? It should be
from spyderlib.config.main import CONF
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, good catch,...
I really don't understand how our tests are passing with the errors I pointed out. How can that be the case @goanpeca? |
The imports were located in if statements... so they were not being triggered...and the one in the inspector was a sphinx ... so there I do not really know. |
I did a last review, and everything seems in order now :-) Weird that our tests didn't fail... |
Reorganize repo: grouped config files inside spyderlib/config
Repo organization (related to issue #1320)
All dangling
****config.py
files were grouped into a single folder,spyderlib/config/