Skip to content

Commit

Permalink
Move spyderlib/defaults to spyder/defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Jul 1, 2016
1 parent 30259c7 commit 2ea93f8
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
@@ -1,6 +1,6 @@
Before submitting your pull request be sure that:

1. You haven't touched any file in the `spyderlib/defaults` directory.
1. You haven't touched any file in the `spyder/defaults` directory.
- There is *absolutely* no need to touch those files.
- If you want to add new configuration options, please go to
`spyder/config/main.py`.
Expand Down
2 changes: 1 addition & 1 deletion spyder/config/user.py
Expand Up @@ -265,7 +265,7 @@ def __load_old_defaults(self, old_version):
"""Read old defaults"""
old_defaults = cp.ConfigParser()
if check_version(old_version, '3.0.0', '<='):
path = get_module_source_path('spyderlib')
path = get_module_source_path('spyder')
else:
path = osp.dirname(self.filename())
path = osp.join(path, 'defaults')
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2ea93f8

Please sign in to comment.