summaryrefslogtreecommitdiff
path: root/isort/settings.py
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2014-01-14 23:40:14 -0500
committerTimothy Crosley <timothy.crosley@gmail.com>2014-01-14 23:40:14 -0500
commitd8a570ad6636535d85d86a4eb777a4a432236141 (patch)
tree9a2ad4c3a6ddda3e0a97e010d57342ebf5fab1ee /isort/settings.py
parent94c7f77343f190a8ef9212f6573449a11573d8c1 (diff)
downloadisort-d8a570ad6636535d85d86a4eb777a4a432236141.tar.gz
Imporve consistency with pep8 standard, in particular for doc strings
Diffstat (limited to 'isort/settings.py')
-rw-r--r--isort/settings.py33
1 files changed, 16 insertions, 17 deletions
diff --git a/isort/settings.py b/isort/settings.py
index 824941d7..b5d551af 100644
--- a/isort/settings.py
+++ b/isort/settings.py
@@ -1,28 +1,27 @@
-""" isort/settings.py
+"""isort/settings.py.
- Defines how the default settings for isort should be loaded
+Defines how the default settings for isort should be loaded
- (First from the default setting dictionary at the top of the file, then overridden by any settings
- in ~/.isort.conf if there are any)
+(First from the default setting dictionary at the top of the file, then overridden by any settings
+ in ~/.isort.conf if there are any)
- Copyright (C) 2013 Timothy Edmund Crosley
+Copyright (C) 2013 Timothy Edmund Crosley
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
- documentation files (the "Software"), to deal in the Software without restriction, including without limitation
- the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
- to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
+documentation files (the "Software"), to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
+to permit persons to whom the Software is furnished to do so, subject to the following conditions:
- The above copyright notice and this permission notice shall be included in all copies or
- substantial portions of the Software.
+The above copyright notice and this permission notice shall be included in all copies or
+substantial portions of the Software.
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
- TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
- CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- OTHER DEALINGS IN THE SOFTWARE.
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
+TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
+CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
"""
-
from __future__ import absolute_import, division, print_function, unicode_literals
import os