From abca7a026ec781dde6c02cfafd0e297e3d3cb555 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Sun, 4 May 2014 12:54:05 -0700 Subject: [PATCH] pep8 This is strange, maybe Cygwin's version is stricter. No time to investigate. --- doc/conf.py | 86 ++++++++++++------------ github/AuthenticatedUser.py | 4 +- github/Authorization.py | 4 +- github/AuthorizationApplication.py | 4 +- github/Branch.py | 4 +- github/Commit.py | 4 +- github/CommitComment.py | 4 +- github/CommitStats.py | 4 +- github/CommitStatus.py | 4 +- github/Comparison.py | 4 +- github/Consts.py | 12 ++-- github/ContentFile.py | 4 +- github/Download.py | 4 +- github/Event.py | 4 +- github/File.py | 4 +- github/Gist.py | 4 +- github/GistComment.py | 4 +- github/GistFile.py | 4 +- github/GistHistoryState.py | 4 +- github/GitAuthor.py | 4 +- github/GitBlob.py | 4 +- github/GitCommit.py | 4 +- github/GitObject.py | 4 +- github/GitRef.py | 4 +- github/GitTag.py | 4 +- github/GitTree.py | 4 +- github/GitTreeElement.py | 4 +- github/GithubException.py | 4 +- github/GithubObject.py | 4 +- github/GitignoreTemplate.py | 4 +- github/Hook.py | 4 +- github/HookDescription.py | 4 +- github/HookResponse.py | 4 +- github/InputFileContent.py | 4 +- github/InputGitAuthor.py | 4 +- github/InputGitTreeElement.py | 4 +- github/Issue.py | 4 +- github/IssueComment.py | 4 +- github/IssueEvent.py | 4 +- github/IssuePullRequest.py | 4 +- github/Label.py | 4 +- github/Legacy.py | 4 +- github/MainClass.py | 4 +- github/Milestone.py | 4 +- github/NamedUser.py | 4 +- github/Notification.py | 4 +- github/NotificationSubject.py | 4 +- github/Organization.py | 4 +- github/PaginatedList.py | 4 +- github/Permissions.py | 4 +- github/Plan.py | 4 +- github/PullRequest.py | 4 +- github/PullRequestComment.py | 4 +- github/PullRequestMergeStatus.py | 4 +- github/PullRequestPart.py | 4 +- github/Rate.py | 4 +- github/RateLimit.py | 4 +- github/Repository.py | 4 +- github/RepositoryKey.py | 4 +- github/Requester.py | 4 +- github/StatsCodeFrequency.py | 4 +- github/StatsCommitActivity.py | 4 +- github/StatsContributor.py | 4 +- github/StatsParticipation.py | 4 +- github/StatsPunchCard.py | 4 +- github/Status.py | 4 +- github/StatusMessage.py | 4 +- github/Tag.py | 4 +- github/Team.py | 4 +- github/UserKey.py | 4 +- github/__init__.py | 4 +- github/tests/AllTests.py | 4 +- github/tests/AuthenticatedUser.py | 4 +- github/tests/Authentication.py | 4 +- github/tests/Authorization.py | 4 +- github/tests/BadAttributes.py | 4 +- github/tests/Branch.py | 4 +- github/tests/Commit.py | 4 +- github/tests/CommitComment.py | 4 +- github/tests/CommitStatus.py | 4 +- github/tests/ConditionalRequestUpdate.py | 4 +- github/tests/ContentFile.py | 4 +- github/tests/Download.py | 4 +- github/tests/Enterprise.py | 4 +- github/tests/Equality.py | 4 +- github/tests/Event.py | 4 +- github/tests/Exceptions.py | 4 +- github/tests/ExposeAllAttributes.py | 4 +- github/tests/Framework.py | 4 +- github/tests/Gist.py | 4 +- github/tests/GistComment.py | 4 +- github/tests/GitBlob.py | 4 +- github/tests/GitCommit.py | 4 +- github/tests/GitRef.py | 4 +- github/tests/GitTag.py | 4 +- github/tests/GitTree.py | 4 +- github/tests/Github_.py | 4 +- github/tests/Hook.py | 4 +- github/tests/Issue.py | 4 +- github/tests/Issue131.py | 4 +- github/tests/Issue133.py | 4 +- github/tests/Issue134.py | 4 +- github/tests/Issue139.py | 4 +- github/tests/Issue140.py | 4 +- github/tests/Issue142.py | 4 +- github/tests/Issue158.py | 4 +- github/tests/Issue174.py | 4 +- github/tests/Issue214.py | 4 +- github/tests/Issue216.py | 4 +- github/tests/Issue33.py | 4 +- github/tests/Issue50.py | 4 +- github/tests/Issue54.py | 4 +- github/tests/Issue80.py | 4 +- github/tests/Issue87.py | 4 +- github/tests/IssueComment.py | 4 +- github/tests/IssueEvent.py | 4 +- github/tests/Label.py | 4 +- github/tests/Logging_.py | 4 +- github/tests/Markdown.py | 4 +- github/tests/Milestone.py | 4 +- github/tests/NamedUser.py | 4 +- github/tests/Organization.py | 4 +- github/tests/PaginatedList.py | 4 +- github/tests/Persistence.py | 4 +- github/tests/PullRequest.py | 4 +- github/tests/PullRequestComment.py | 4 +- github/tests/PullRequestFile.py | 4 +- github/tests/RateLimiting.py | 4 +- github/tests/RawData.py | 4 +- github/tests/Repository.py | 4 +- github/tests/RepositoryKey.py | 4 +- github/tests/Search.py | 4 +- github/tests/Status.py | 4 +- github/tests/Tag.py | 4 +- github/tests/Team.py | 4 +- github/tests/UserKey.py | 4 +- github/tests/__init__.py | 4 +- github/tests/__main__.py | 4 +- scripts/add_attribute.py | 4 +- scripts/compare_to_api_ref_doc.py | 4 +- scripts/fix_headers.py | 5 +- scripts/twitt_release.py | 4 +- setup.py | 4 +- 143 files changed, 331 insertions(+), 332 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 1e6bf0a8..7ec60dea 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2013 Vincent Jacques # @@ -20,7 +20,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## # PyGithub documentation build configuration file, created by # sphinx-quickstart on Thu Sep 13 22:51:42 2012. @@ -47,7 +47,7 @@ from setup import version as setupVersion # -- General configuration ----------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here. -#needs_sphinx = '1.0' +# needs_sphinx = '1.0' # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. @@ -60,7 +60,7 @@ templates_path = ['_templates'] source_suffix = '.rst' # The encoding of source files. -#source_encoding = 'utf-8-sig' +# source_encoding = 'utf-8-sig' # The master toctree document. master_doc = 'index' @@ -80,37 +80,37 @@ release = setupVersion # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -#language = None +# language = None # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: -#today = '' +# today = '' # Else, today_fmt is used as the format for a strftime call. -#today_fmt = '%B %d, %Y' +# today_fmt = '%B %d, %Y' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. exclude_patterns = [] # The reST default role (used for this markup: `text`) to use for all documents. -#default_role = None +# default_role = None # If true, '()' will be appended to :func: etc. cross-reference text. -#add_function_parentheses = True +# add_function_parentheses = True # If true, the current module name will be prepended to all description # unit titles (such as .. function::). -#add_module_names = True +# add_module_names = True # If true, sectionauthor and moduleauthor directives will be shown in the # output. They are ignored by default. -#show_authors = False +# show_authors = False # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' # A list of ignored prefixes for module index sorting. -#modindex_common_prefix = [] +# modindex_common_prefix = [] # -- Options for HTML output --------------------------------------------------- @@ -122,26 +122,26 @@ html_theme = 'default' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. -#html_theme_options = {} +# html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. -#html_theme_path = [] +# html_theme_path = [] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -#html_title = None +# html_title = None # A shorter title for the navigation bar. Default is the same as html_title. -#html_short_title = None +# html_short_title = None # The name of an image file (relative to this directory) to place at the top # of the sidebar. -#html_logo = None +# html_logo = None # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. -#html_favicon = None +# html_favicon = None # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, @@ -150,44 +150,44 @@ html_static_path = ['_static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. -#html_last_updated_fmt = '%b %d, %Y' +# html_last_updated_fmt = '%b %d, %Y' # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. -#html_use_smartypants = True +# html_use_smartypants = True # Custom sidebar templates, maps document names to template names. -#html_sidebars = {} +# html_sidebars = {} # Additional templates that should be rendered to pages, maps page names to # template names. -#html_additional_pages = {} +# html_additional_pages = {} # If false, no module index is generated. -#html_domain_indices = True +# html_domain_indices = True # If false, no index is generated. -#html_use_index = True +# html_use_index = True # If true, the index is split into individual pages for each letter. -#html_split_index = False +# html_split_index = False # If true, links to the reST sources are added to the pages. -#html_show_sourcelink = True +# html_show_sourcelink = True # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. -#html_show_sphinx = True +# html_show_sphinx = True # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. -#html_show_copyright = True +# html_show_copyright = True # If true, an OpenSearch description file will be output, and all pages will # contain a tag referring to it. The value of this option must be the # base URL from which the finished HTML is served. -#html_use_opensearch = '' +# html_use_opensearch = '' # This is the file name suffix for HTML files (e.g. ".xhtml"). -#html_file_suffix = None +# html_file_suffix = None # Output file base name for HTML help builder. htmlhelp_basename = 'PyGithubdoc' @@ -197,13 +197,13 @@ htmlhelp_basename = 'PyGithubdoc' # latex_elements = { # The paper size ('letterpaper' or 'a4paper'). -#'papersize': 'letterpaper', +# 'papersize': 'letterpaper', # The font size ('10pt', '11pt' or '12pt'). -#'pointsize': '10pt', +# 'pointsize': '10pt', # Additional stuff for the LaTeX preamble. -#'preamble': '', +# 'preamble': '', # } # Grouping the document tree into LaTeX files. List of tuples @@ -215,23 +215,23 @@ latex_documents = [ # The name of an image file (relative to this directory) to place at the top of # the title page. -#latex_logo = None +# latex_logo = None # For "manual" documents, if this is true, then toplevel headings are parts, # not chapters. -#latex_use_parts = False +# latex_use_parts = False # If true, show page references after internal links. -#latex_show_pagerefs = False +# latex_show_pagerefs = False # If true, show URL addresses after external links. -#latex_show_urls = False +# latex_show_urls = False # Documents to append as an appendix to all manuals. -#latex_appendices = [] +# latex_appendices = [] # If false, no module index is generated. -#latex_domain_indices = True +# latex_domain_indices = True # -- Options for manual page output -------------------------------------------- @@ -244,7 +244,7 @@ man_pages = [ ] # If true, show URL addresses after external links. -#man_show_urls = False +# man_show_urls = False # -- Options for Texinfo output ------------------------------------------------ @@ -259,13 +259,13 @@ texinfo_documents = [ ] # Documents to append as an appendix to all manuals. -#texinfo_appendices = [] +# texinfo_appendices = [] # If false, no module index is generated. -#texinfo_domain_indices = True +# texinfo_domain_indices = True # How to display URL addresses: 'footnote', 'no', or 'inline'. -#texinfo_show_urls = 'footnote' +# texinfo_show_urls = 'footnote' autodoc_default_flags = ["members"] autodoc_member_order = "bysource" diff --git a/github/AuthenticatedUser.py b/github/AuthenticatedUser.py index 658dbe34..f1417f2b 100644 --- a/github/AuthenticatedUser.py +++ b/github/AuthenticatedUser.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Steve English # # Copyright 2012 Vincent Jacques # @@ -23,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import datetime diff --git a/github/Authorization.py b/github/Authorization.py index 6214e753..b1ff7314 100644 --- a/github/Authorization.py +++ b/github/Authorization.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/AuthorizationApplication.py b/github/AuthorizationApplication.py index a90b162e..a072798b 100644 --- a/github/AuthorizationApplication.py +++ b/github/AuthorizationApplication.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/Branch.py b/github/Branch.py index 68a34e69..88ffb7b3 100644 --- a/github/Branch.py +++ b/github/Branch.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -23,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/Commit.py b/github/Commit.py index 15760dda..83727678 100644 --- a/github/Commit.py +++ b/github/Commit.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -23,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject import github.PaginatedList diff --git a/github/CommitComment.py b/github/CommitComment.py index ff7efaef..b5f4577d 100644 --- a/github/CommitComment.py +++ b/github/CommitComment.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/CommitStats.py b/github/CommitStats.py index 11aefb3d..af6ecba3 100644 --- a/github/CommitStats.py +++ b/github/CommitStats.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/CommitStatus.py b/github/CommitStatus.py index f9dbbe94..dad911dd 100644 --- a/github/CommitStatus.py +++ b/github/CommitStatus.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/Comparison.py b/github/Comparison.py index e635ab60..9111a25b 100644 --- a/github/Comparison.py +++ b/github/Comparison.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/Consts.py b/github/Consts.py index d68ff702..62a10645 100644 --- a/github/Consts.py +++ b/github/Consts.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # @@ -20,7 +20,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## # #193: Line endings should be linux style @@ -29,16 +29,16 @@ # should realy round them up and reference them by consts # EDIT: well, maybe :-) -################################################################################ +# ############################################################################## # Request Header # # (Case sensitive) # -################################################################################ +# ############################################################################## REQ_IF_NONE_MATCH = "If-None-Match" REQ_IF_MODIFIED_SINCE = "If-Modified-Since" -################################################################################ +# ############################################################################## # Response Header # # (Lower Case) # -################################################################################ +# ############################################################################## RES_ETAG = "etag" RES_LAST_MODIFED = "last-modified" diff --git a/github/ContentFile.py b/github/ContentFile.py index f0e91b72..e2b0993b 100644 --- a/github/ContentFile.py +++ b/github/ContentFile.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import base64 import sys diff --git a/github/Download.py b/github/Download.py index 09ccf821..af73f73e 100644 --- a/github/Download.py +++ b/github/Download.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/Event.py b/github/Event.py index 7741fae0..87af1623 100644 --- a/github/Event.py +++ b/github/Event.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -23,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/File.py b/github/File.py index 16f07b68..d411b3b5 100644 --- a/github/File.py +++ b/github/File.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/Gist.py b/github/Gist.py index e96007bc..f93b7989 100644 --- a/github/Gist.py +++ b/github/Gist.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Steve English # # Copyright 2012 Vincent Jacques # @@ -23,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject import github.PaginatedList diff --git a/github/GistComment.py b/github/GistComment.py index 8e064367..2e07b7a3 100644 --- a/github/GistComment.py +++ b/github/GistComment.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/GistFile.py b/github/GistFile.py index bab927a7..a90df90f 100644 --- a/github/GistFile.py +++ b/github/GistFile.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/GistHistoryState.py b/github/GistHistoryState.py index a122f7f3..3fcaf48a 100644 --- a/github/GistHistoryState.py +++ b/github/GistHistoryState.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/GitAuthor.py b/github/GitAuthor.py index 2ef70925..552f19ef 100644 --- a/github/GitAuthor.py +++ b/github/GitAuthor.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/GitBlob.py b/github/GitBlob.py index 5c375ab2..9c59b94b 100644 --- a/github/GitBlob.py +++ b/github/GitBlob.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/GitCommit.py b/github/GitCommit.py index 4ded57e6..3467eab5 100644 --- a/github/GitCommit.py +++ b/github/GitCommit.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/GitObject.py b/github/GitObject.py index e60f29f8..1a169952 100644 --- a/github/GitObject.py +++ b/github/GitObject.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/GitRef.py b/github/GitRef.py index e68e790c..0938fdb1 100644 --- a/github/GitRef.py +++ b/github/GitRef.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/GitTag.py b/github/GitTag.py index 5c5cf48d..554dd2a7 100644 --- a/github/GitTag.py +++ b/github/GitTag.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/GitTree.py b/github/GitTree.py index ef73a13d..9c78986d 100644 --- a/github/GitTree.py +++ b/github/GitTree.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/GitTreeElement.py b/github/GitTreeElement.py index 962bca3d..a9b4615d 100644 --- a/github/GitTreeElement.py +++ b/github/GitTreeElement.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/GithubException.py b/github/GithubException.py index b3c74b00..594f2013 100644 --- a/github/GithubException.py +++ b/github/GithubException.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## class GithubException(Exception): diff --git a/github/GithubObject.py b/github/GithubObject.py index 8c2042fb..20fa51e7 100644 --- a/github/GithubObject.py +++ b/github/GithubObject.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import datetime diff --git a/github/GitignoreTemplate.py b/github/GitignoreTemplate.py index 8f1050f0..75b96b1b 100644 --- a/github/GitignoreTemplate.py +++ b/github/GitignoreTemplate.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2013 AKFish # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/Hook.py b/github/Hook.py index ffb85541..b212b646 100644 --- a/github/Hook.py +++ b/github/Hook.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/HookDescription.py b/github/HookDescription.py index 493ab179..749aed15 100644 --- a/github/HookDescription.py +++ b/github/HookDescription.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/HookResponse.py b/github/HookResponse.py index e6d0ef9b..e0945735 100644 --- a/github/HookResponse.py +++ b/github/HookResponse.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/InputFileContent.py b/github/InputFileContent.py index 81ee516e..d16556f1 100644 --- a/github/InputFileContent.py +++ b/github/InputFileContent.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/InputGitAuthor.py b/github/InputGitAuthor.py index 53014e79..82a7c3bb 100644 --- a/github/InputGitAuthor.py +++ b/github/InputGitAuthor.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## class InputGitAuthor(object): diff --git a/github/InputGitTreeElement.py b/github/InputGitTreeElement.py index de64325b..94685c13 100644 --- a/github/InputGitTreeElement.py +++ b/github/InputGitTreeElement.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/Issue.py b/github/Issue.py index 8dd4439d..44e2f283 100644 --- a/github/Issue.py +++ b/github/Issue.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Andrew Bettison # # Copyright 2012 Philip Kimmey # @@ -25,7 +25,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject import github.PaginatedList diff --git a/github/IssueComment.py b/github/IssueComment.py index 77300ceb..0b0fc5a9 100644 --- a/github/IssueComment.py +++ b/github/IssueComment.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -23,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/IssueEvent.py b/github/IssueEvent.py index 39ece438..ea372978 100644 --- a/github/IssueEvent.py +++ b/github/IssueEvent.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/IssuePullRequest.py b/github/IssuePullRequest.py index 604f0563..6e5eec44 100644 --- a/github/IssuePullRequest.py +++ b/github/IssuePullRequest.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/Label.py b/github/Label.py index 112fa3aa..6fd41304 100644 --- a/github/Label.py +++ b/github/Label.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -23,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import urllib diff --git a/github/Legacy.py b/github/Legacy.py index cfe48d67..0cd5bc6c 100644 --- a/github/Legacy.py +++ b/github/Legacy.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Steve English # # Copyright 2012 Vincent Jacques # @@ -23,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import urlparse diff --git a/github/MainClass.py b/github/MainClass.py index 6e5a2010..cfce7eac 100644 --- a/github/MainClass.py +++ b/github/MainClass.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 AKFish # # Copyright 2013 Ed Jackson # @@ -23,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import urllib import pickle diff --git a/github/Milestone.py b/github/Milestone.py index 430da40b..7875ebcc 100644 --- a/github/Milestone.py +++ b/github/Milestone.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -23,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import datetime diff --git a/github/NamedUser.py b/github/NamedUser.py index f858b4bf..1b417546 100644 --- a/github/NamedUser.py +++ b/github/NamedUser.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Steve English # # Copyright 2012 Vincent Jacques # @@ -23,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject import github.PaginatedList diff --git a/github/Notification.py b/github/Notification.py index 6f8f04dd..84533fbe 100644 --- a/github/Notification.py +++ b/github/Notification.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 AKFish # # Copyright 2013 Peter Golm # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/NotificationSubject.py b/github/NotificationSubject.py index 2d1cd03a..62744a31 100644 --- a/github/NotificationSubject.py +++ b/github/NotificationSubject.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # @@ -20,7 +20,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/Organization.py b/github/Organization.py index 2f378a36..b6861fb7 100644 --- a/github/Organization.py +++ b/github/Organization.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Steve English # # Copyright 2012 Vincent Jacques # @@ -24,7 +24,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import datetime diff --git a/github/PaginatedList.py b/github/PaginatedList.py index 4338b5eb..f09c8043 100644 --- a/github/PaginatedList.py +++ b/github/PaginatedList.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -24,7 +24,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/Permissions.py b/github/Permissions.py index e41561d4..7fdff591 100644 --- a/github/Permissions.py +++ b/github/Permissions.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/Plan.py b/github/Plan.py index 0582876a..7a3781de 100644 --- a/github/Plan.py +++ b/github/Plan.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/PullRequest.py b/github/PullRequest.py index cc13f294..ffd52884 100644 --- a/github/PullRequest.py +++ b/github/PullRequest.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Michael Stead # # Copyright 2012 Vincent Jacques # @@ -24,7 +24,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject import github.PaginatedList diff --git a/github/PullRequestComment.py b/github/PullRequestComment.py index b86c9000..4169afa2 100644 --- a/github/PullRequestComment.py +++ b/github/PullRequestComment.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -24,7 +24,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/PullRequestMergeStatus.py b/github/PullRequestMergeStatus.py index 8e3e8a20..682472c5 100644 --- a/github/PullRequestMergeStatus.py +++ b/github/PullRequestMergeStatus.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -23,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/PullRequestPart.py b/github/PullRequestPart.py index 1b559535..d0594892 100644 --- a/github/PullRequestPart.py +++ b/github/PullRequestPart.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/Rate.py b/github/Rate.py index 1a1b1fe0..60f2f2b3 100644 --- a/github/Rate.py +++ b/github/Rate.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject import datetime diff --git a/github/RateLimit.py b/github/RateLimit.py index cd174557..f0cffc65 100644 --- a/github/RateLimit.py +++ b/github/RateLimit.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject import github.Rate diff --git a/github/Repository.py b/github/Repository.py index 33dfd8d5..f57a1aa3 100644 --- a/github/Repository.py +++ b/github/Repository.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Christopher Gilbert # # Copyright 2012 Steve English # @@ -27,7 +27,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import urllib import datetime diff --git a/github/RepositoryKey.py b/github/RepositoryKey.py index 4c8168cb..261bbfd3 100644 --- a/github/RepositoryKey.py +++ b/github/RepositoryKey.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -24,7 +24,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/Requester.py b/github/Requester.py index 6abcdfed..0aeaf77d 100644 --- a/github/Requester.py +++ b/github/Requester.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Andrew Bettison # # Copyright 2012 Dima Kukushkin # @@ -30,7 +30,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import logging import httplib diff --git a/github/StatsCodeFrequency.py b/github/StatsCodeFrequency.py index d6eb53e2..0a198104 100755 --- a/github/StatsCodeFrequency.py +++ b/github/StatsCodeFrequency.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/StatsCommitActivity.py b/github/StatsCommitActivity.py index e5491ae2..14bd7537 100755 --- a/github/StatsCommitActivity.py +++ b/github/StatsCommitActivity.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/StatsContributor.py b/github/StatsContributor.py index f6202d24..b869b050 100755 --- a/github/StatsContributor.py +++ b/github/StatsContributor.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/StatsParticipation.py b/github/StatsParticipation.py index e609e6cf..356974ee 100755 --- a/github/StatsParticipation.py +++ b/github/StatsParticipation.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/StatsPunchCard.py b/github/StatsPunchCard.py index 61745aef..4c5de41e 100755 --- a/github/StatsPunchCard.py +++ b/github/StatsPunchCard.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/Status.py b/github/Status.py index e70b7420..46e39212 100644 --- a/github/Status.py +++ b/github/Status.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/StatusMessage.py b/github/StatusMessage.py index 50834704..c0c99903 100644 --- a/github/StatusMessage.py +++ b/github/StatusMessage.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/Tag.py b/github/Tag.py index 7b59ba68..5f19363f 100644 --- a/github/Tag.py +++ b/github/Tag.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -23,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/Team.py b/github/Team.py index a3c8470f..8e76d34a 100644 --- a/github/Team.py +++ b/github/Team.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -23,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject import github.PaginatedList diff --git a/github/UserKey.py b/github/UserKey.py index be3b275d..cfc45823 100644 --- a/github/UserKey.py +++ b/github/UserKey.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -23,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github.GithubObject diff --git a/github/__init__.py b/github/__init__.py index c86c41ad..fdc3c455 100644 --- a/github/__init__.py +++ b/github/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## """ The primary class you will instanciate is :class:`github.MainClass.Github`. diff --git a/github/tests/AllTests.py b/github/tests/AllTests.py index f10a5a92..e2ab044c 100644 --- a/github/tests/AllTests.py +++ b/github/tests/AllTests.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## from AuthenticatedUser import * from Authentication import * diff --git a/github/tests/AuthenticatedUser.py b/github/tests/AuthenticatedUser.py index 11239074..012b922b 100644 --- a/github/tests/AuthenticatedUser.py +++ b/github/tests/AuthenticatedUser.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/Authentication.py b/github/tests/Authentication.py index c3df1ed7..65b08fdb 100644 --- a/github/tests/Authentication.py +++ b/github/tests/Authentication.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework import github diff --git a/github/tests/Authorization.py b/github/tests/Authorization.py index 0f5d73af..96ae8bbc 100644 --- a/github/tests/Authorization.py +++ b/github/tests/Authorization.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/BadAttributes.py b/github/tests/BadAttributes.py index 27fb5656..6c00b34a 100755 --- a/github/tests/BadAttributes.py +++ b/github/tests/BadAttributes.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import datetime diff --git a/github/tests/Branch.py b/github/tests/Branch.py index ec9d1b2d..38b39029 100644 --- a/github/tests/Branch.py +++ b/github/tests/Branch.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/Commit.py b/github/tests/Commit.py index 7db211a1..4505e955 100644 --- a/github/tests/Commit.py +++ b/github/tests/Commit.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/CommitComment.py b/github/tests/CommitComment.py index 71f62df3..b4264e8f 100644 --- a/github/tests/CommitComment.py +++ b/github/tests/CommitComment.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/CommitStatus.py b/github/tests/CommitStatus.py index 4ebe8845..81be8e55 100644 --- a/github/tests/CommitStatus.py +++ b/github/tests/CommitStatus.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/ConditionalRequestUpdate.py b/github/tests/ConditionalRequestUpdate.py index f1494c64..2aaf80ad 100644 --- a/github/tests/ConditionalRequestUpdate.py +++ b/github/tests/ConditionalRequestUpdate.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 AKFish # # Copyright 2013 Vincent Jacques # @@ -20,7 +20,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## # #193: Line endings should be linux style diff --git a/github/tests/ContentFile.py b/github/tests/ContentFile.py index b22f7c4c..37b5d467 100644 --- a/github/tests/ContentFile.py +++ b/github/tests/ContentFile.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/Download.py b/github/tests/Download.py index 1f0cfa85..0c75fc01 100644 --- a/github/tests/Download.py +++ b/github/tests/Download.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/Enterprise.py b/github/tests/Enterprise.py index 675d2926..ecab1efc 100644 --- a/github/tests/Enterprise.py +++ b/github/tests/Enterprise.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github diff --git a/github/tests/Equality.py b/github/tests/Equality.py index 76d3a0a8..6cee50a7 100755 --- a/github/tests/Equality.py +++ b/github/tests/Equality.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/Event.py b/github/tests/Event.py index ee2ae2ff..853d4012 100644 --- a/github/tests/Event.py +++ b/github/tests/Event.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/Exceptions.py b/github/tests/Exceptions.py index 2e002b78..dfaf1096 100644 --- a/github/tests/Exceptions.py +++ b/github/tests/Exceptions.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github import sys diff --git a/github/tests/ExposeAllAttributes.py b/github/tests/ExposeAllAttributes.py index 42cbc0af..b93dfbbb 100644 --- a/github/tests/ExposeAllAttributes.py +++ b/github/tests/ExposeAllAttributes.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/Framework.py b/github/tests/Framework.py index 24e814b4..269d9896 100644 --- a/github/tests/Framework.py +++ b/github/tests/Framework.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import os import sys diff --git a/github/tests/Gist.py b/github/tests/Gist.py index 9f5e77c2..da22a56f 100644 --- a/github/tests/Gist.py +++ b/github/tests/Gist.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/GistComment.py b/github/tests/GistComment.py index 2dba581f..1de129fb 100644 --- a/github/tests/GistComment.py +++ b/github/tests/GistComment.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/GitBlob.py b/github/tests/GitBlob.py index 22f86846..84bf23ec 100644 --- a/github/tests/GitBlob.py +++ b/github/tests/GitBlob.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/GitCommit.py b/github/tests/GitCommit.py index 9fc5bde4..c195f3e2 100644 --- a/github/tests/GitCommit.py +++ b/github/tests/GitCommit.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import datetime diff --git a/github/tests/GitRef.py b/github/tests/GitRef.py index 6dbc4311..3005f0b2 100644 --- a/github/tests/GitRef.py +++ b/github/tests/GitRef.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/GitTag.py b/github/tests/GitTag.py index 614e2ac4..9dc3ade6 100644 --- a/github/tests/GitTag.py +++ b/github/tests/GitTag.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import datetime diff --git a/github/tests/GitTree.py b/github/tests/GitTree.py index a592eaa3..988b7104 100644 --- a/github/tests/GitTree.py +++ b/github/tests/GitTree.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/Github_.py b/github/tests/Github_.py index d89e471f..55936c51 100644 --- a/github/tests/Github_.py +++ b/github/tests/Github_.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import datetime diff --git a/github/tests/Hook.py b/github/tests/Hook.py index d9099bc4..8345b137 100644 --- a/github/tests/Hook.py +++ b/github/tests/Hook.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/Issue.py b/github/tests/Issue.py index 84d1a060..5b2f0043 100644 --- a/github/tests/Issue.py +++ b/github/tests/Issue.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/Issue131.py b/github/tests/Issue131.py index 0b865804..340a9c48 100644 --- a/github/tests/Issue131.py +++ b/github/tests/Issue131.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/Issue133.py b/github/tests/Issue133.py index e354a220..79d3524a 100644 --- a/github/tests/Issue133.py +++ b/github/tests/Issue133.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/Issue134.py b/github/tests/Issue134.py index 95e00c86..10bb3273 100644 --- a/github/tests/Issue134.py +++ b/github/tests/Issue134.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework import github diff --git a/github/tests/Issue139.py b/github/tests/Issue139.py index 6531063e..cd2fa13d 100644 --- a/github/tests/Issue139.py +++ b/github/tests/Issue139.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework import github diff --git a/github/tests/Issue140.py b/github/tests/Issue140.py index 0222a959..86120996 100644 --- a/github/tests/Issue140.py +++ b/github/tests/Issue140.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework import github diff --git a/github/tests/Issue142.py b/github/tests/Issue142.py index 61e5e6a0..251f4225 100644 --- a/github/tests/Issue142.py +++ b/github/tests/Issue142.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import unittest import github diff --git a/github/tests/Issue158.py b/github/tests/Issue158.py index 635f1271..8e35fb35 100644 --- a/github/tests/Issue158.py +++ b/github/tests/Issue158.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework import github diff --git a/github/tests/Issue174.py b/github/tests/Issue174.py index 7bb39eea..c8de3a95 100644 --- a/github/tests/Issue174.py +++ b/github/tests/Issue174.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework import github diff --git a/github/tests/Issue214.py b/github/tests/Issue214.py index e1030f50..353ed86f 100644 --- a/github/tests/Issue214.py +++ b/github/tests/Issue214.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github diff --git a/github/tests/Issue216.py b/github/tests/Issue216.py index 8d0f91a3..7df16365 100644 --- a/github/tests/Issue216.py +++ b/github/tests/Issue216.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework import github diff --git a/github/tests/Issue33.py b/github/tests/Issue33.py index ed505a1d..761561e2 100644 --- a/github/tests/Issue33.py +++ b/github/tests/Issue33.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/Issue50.py b/github/tests/Issue50.py index b0d143b5..f6cca54f 100644 --- a/github/tests/Issue50.py +++ b/github/tests/Issue50.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github diff --git a/github/tests/Issue54.py b/github/tests/Issue54.py index 0827ed11..5b01b049 100644 --- a/github/tests/Issue54.py +++ b/github/tests/Issue54.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import datetime diff --git a/github/tests/Issue80.py b/github/tests/Issue80.py index fcbded25..514d74f1 100644 --- a/github/tests/Issue80.py +++ b/github/tests/Issue80.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github diff --git a/github/tests/Issue87.py b/github/tests/Issue87.py index 083159a2..1b97f2a4 100644 --- a/github/tests/Issue87.py +++ b/github/tests/Issue87.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import github diff --git a/github/tests/IssueComment.py b/github/tests/IssueComment.py index 54b358e1..6acb801f 100644 --- a/github/tests/IssueComment.py +++ b/github/tests/IssueComment.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/IssueEvent.py b/github/tests/IssueEvent.py index fe57b07d..fa968e38 100644 --- a/github/tests/IssueEvent.py +++ b/github/tests/IssueEvent.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/Label.py b/github/tests/Label.py index 4dfc3e2f..2d5543d2 100644 --- a/github/tests/Label.py +++ b/github/tests/Label.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/Logging_.py b/github/tests/Logging_.py index 63957ba0..2a6acfad 100644 --- a/github/tests/Logging_.py +++ b/github/tests/Logging_.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import logging import sys diff --git a/github/tests/Markdown.py b/github/tests/Markdown.py index 72302068..8e53dc1d 100644 --- a/github/tests/Markdown.py +++ b/github/tests/Markdown.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/Milestone.py b/github/tests/Milestone.py index e64be35c..a2ad4bc0 100644 --- a/github/tests/Milestone.py +++ b/github/tests/Milestone.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/NamedUser.py b/github/tests/NamedUser.py index 5ef9de68..bfc8fb04 100644 --- a/github/tests/NamedUser.py +++ b/github/tests/NamedUser.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/Organization.py b/github/tests/Organization.py index 1b4b6783..112b576c 100644 --- a/github/tests/Organization.py +++ b/github/tests/Organization.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/PaginatedList.py b/github/tests/PaginatedList.py index bd786eac..b3b67928 100644 --- a/github/tests/PaginatedList.py +++ b/github/tests/PaginatedList.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework from github.PaginatedList import PaginatedList as PaginatedListImpl diff --git a/github/tests/Persistence.py b/github/tests/Persistence.py index 300e9174..3e06df70 100644 --- a/github/tests/Persistence.py +++ b/github/tests/Persistence.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework import github diff --git a/github/tests/PullRequest.py b/github/tests/PullRequest.py index f481bfcb..caa4f472 100644 --- a/github/tests/PullRequest.py +++ b/github/tests/PullRequest.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/PullRequestComment.py b/github/tests/PullRequestComment.py index 2768ca7f..c3550fc5 100644 --- a/github/tests/PullRequestComment.py +++ b/github/tests/PullRequestComment.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/PullRequestFile.py b/github/tests/PullRequestFile.py index ab341189..fcff54e3 100644 --- a/github/tests/PullRequestFile.py +++ b/github/tests/PullRequestFile.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/RateLimiting.py b/github/tests/RateLimiting.py index 43d53c21..6b62848e 100644 --- a/github/tests/RateLimiting.py +++ b/github/tests/RateLimiting.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import datetime diff --git a/github/tests/RawData.py b/github/tests/RawData.py index bb76f2e7..b0939b9c 100644 --- a/github/tests/RawData.py +++ b/github/tests/RawData.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/Repository.py b/github/tests/Repository.py index 05f6b33f..1f8fdc9a 100644 --- a/github/tests/Repository.py +++ b/github/tests/Repository.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/RepositoryKey.py b/github/tests/RepositoryKey.py index 4b4fa1a6..3c2ec7d9 100644 --- a/github/tests/RepositoryKey.py +++ b/github/tests/RepositoryKey.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/Search.py b/github/tests/Search.py index d254e2a4..fcf240f3 100644 --- a/github/tests/Search.py +++ b/github/tests/Search.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework import sys diff --git a/github/tests/Status.py b/github/tests/Status.py index 0bb3c935..48794975 100644 --- a/github/tests/Status.py +++ b/github/tests/Status.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/Tag.py b/github/tests/Tag.py index d20e9850..d930afca 100644 --- a/github/tests/Tag.py +++ b/github/tests/Tag.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/Team.py b/github/tests/Team.py index 3f3fe360..d855129e 100644 --- a/github/tests/Team.py +++ b/github/tests/Team.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/UserKey.py b/github/tests/UserKey.py index 12929caa..d4648a56 100644 --- a/github/tests/UserKey.py +++ b/github/tests/UserKey.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import Framework diff --git a/github/tests/__init__.py b/github/tests/__init__.py index 175bd61b..37543400 100644 --- a/github/tests/__init__.py +++ b/github/tests/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,4 +21,4 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## diff --git a/github/tests/__main__.py b/github/tests/__main__.py index 295b335f..70a062c7 100644 --- a/github/tests/__main__.py +++ b/github/tests/__main__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -21,7 +21,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import sys import unittest diff --git a/scripts/add_attribute.py b/scripts/add_attribute.py index 39f5b41e..9bea5a21 100644 --- a/scripts/add_attribute.py +++ b/scripts/add_attribute.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -20,7 +20,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import sys import os.path diff --git a/scripts/compare_to_api_ref_doc.py b/scripts/compare_to_api_ref_doc.py index 5e2c9c86..f0fc4ac8 100755 --- a/scripts/compare_to_api_ref_doc.py +++ b/scripts/compare_to_api_ref_doc.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -20,7 +20,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import os import fnmatch diff --git a/scripts/fix_headers.py b/scripts/fix_headers.py index 3439c6f1..be686120 100755 --- a/scripts/fix_headers.py +++ b/scripts/fix_headers.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -20,7 +20,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import fnmatch import os @@ -155,7 +155,6 @@ def findHeadersAndFiles(): def main(): for header, filename in findHeadersAndFiles(): - # for header, filename in [(PythonHeader(), "github/MainClass.py"), (PythonHeader(), "doc/conf.py"), (StandardHeader(), ".gitignore")]: print "Analyzing", filename with open(filename) as f: lines = list(line.rstrip() for line in f) diff --git a/scripts/twitt_release.py b/scripts/twitt_release.py index 4dd0d74c..90c780b6 100755 --- a/scripts/twitt_release.py +++ b/scripts/twitt_release.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2013 Vincent Jacques # # # @@ -20,7 +20,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import sys import twitter # pip install python-twitter diff --git a/setup.py b/setup.py index fbc152bf..fb503069 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -############################ Copyrights and license ############################ +# ########################## Copyrights and license ############################ # # # Copyright 2012 Vincent Jacques # # Copyright 2012 Zearin # @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public License # # along with PyGithub. If not, see . # # # -################################################################################ +# ############################################################################## import setuptools import textwrap