diff --git a/pymode/libs2/rope/base/default_config.py b/pymode/libs2/rope/base/default_config.py index 3745e306..ec130e65 100644 --- a/pymode/libs2/rope/base/default_config.py +++ b/pymode/libs2/rope/base/default_config.py @@ -21,7 +21,7 @@ def set_prefs(prefs): # useful when you have scripts inside your project. Only files # ending with ``.py`` are considered to be python files by # default. - #prefs['python_files'] = ['*.py'] + # prefs['python_files'] = ['*.py'] # Custom source folders: By default rope searches the project # for finding source folders (folders that should be searched @@ -31,10 +31,10 @@ def set_prefs(prefs): # The folders should be relative to project root and use '/' for # separating folders regardless of the platform rope is running on. # 'src/my_source_folder' for instance. - #prefs.add('source_folders', 'src') + # prefs.add('source_folders', 'src') # You can extend python path for looking up modules - #prefs.add('python_path', '~/python/') + # prefs.add('python_path', '~/python/') # Should rope save object information or not. prefs['save_objectdb'] = True diff --git a/pymode/libs3/rope/base/default_config.py b/pymode/libs3/rope/base/default_config.py index 126cf7bf..24e31aa4 100644 --- a/pymode/libs3/rope/base/default_config.py +++ b/pymode/libs3/rope/base/default_config.py @@ -21,7 +21,7 @@ def set_prefs(prefs): # useful when you have scripts inside your project. Only files # ending with ``.py`` are considered to be python files by # default. - #prefs['python_files'] = ['*.py'] + # prefs['python_files'] = ['*.py'] # Custom source folders: By default rope searches the project # for finding source folders (folders that should be searched @@ -31,10 +31,10 @@ def set_prefs(prefs): # The folders should be relative to project root and use '/' for # separating folders regardless of the platform rope is running on. # 'src/my_source_folder' for instance. - #prefs.add('source_folders', 'src') + # prefs.add('source_folders', 'src') # You can extend python path for looking up modules - #prefs.add('python_path', '~/python/') + # prefs.add('python_path', '~/python/') # Should rope save object information or not. prefs['save_objectdb'] = True