summaryrefslogtreecommitdiff
path: root/pies/overrides.py
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2014-01-14 23:35:53 -0500
committerTimothy Crosley <timothy.crosley@gmail.com>2014-01-14 23:35:53 -0500
commitec778fee154d82f24bc0fc111cecb937ea5391d0 (patch)
tree01503c1bc5c3134a1e2f88b9da2e73232094d540 /pies/overrides.py
parent2d832163319f0c7df9dfb58515798195f7661b29 (diff)
downloadpies-ec778fee154d82f24bc0fc111cecb937ea5391d0.tar.gz
Improve syntaxt to more closely match pep8 standard, in particular docstrings
Diffstat (limited to 'pies/overrides.py')
-rw-r--r--pies/overrides.py30
1 files changed, 15 insertions, 15 deletions
diff --git a/pies/overrides.py b/pies/overrides.py
index c826897..751013a 100644
--- a/pies/overrides.py
+++ b/pies/overrides.py
@@ -1,23 +1,23 @@
-"""
- pies/overrides.py
+"""pies/overrides.py.
+
+Overrides Python syntax to conform to the Python3 version as much as possible using a '*' import
- Overrides Python syntax to conform to the Python3 version as much as possible using a '*' import
+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