From 85eef756353e13efcb24c726320cd2617c2a7bd8 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Wed, 14 Mar 2012 22:31:32 +0100 Subject: [PATCH] Move classes around --- github/{ => GithubObjects}/AuthenticatedUser.py | 0 github/{ => GithubObjects}/Authorization.py | 0 github/{ => GithubObjects}/Branch.py | 0 github/{ => GithubObjects}/Commit.py | 0 github/{ => GithubObjects}/CommitComment.py | 0 github/{ => GithubObjects}/Download.py | 0 github/{ => GithubObjects}/Event.py | 0 github/{ => GithubObjects}/Gist.py | 0 github/{ => GithubObjects}/GistComment.py | 0 github/{ => GithubObjects}/GitBlob.py | 0 github/{ => GithubObjects}/GitCommit.py | 0 github/{ => GithubObjects}/GitRef.py | 0 github/{ => GithubObjects}/GitTag.py | 0 github/{ => GithubObjects}/GitTree.py | 0 github/{ => GithubObjects}/GithubObject.UnitTest.py | 0 github/{ => GithubObjects}/GithubObject.py | 0 github/{ => GithubObjects}/Hook.py | 0 github/{ => GithubObjects}/Issue.py | 0 github/{ => GithubObjects}/IssueComment.py | 0 github/{ => GithubObjects}/IssueEvent.py | 0 github/{ => GithubObjects}/Label.py | 0 github/{ => GithubObjects}/Milestone.py | 0 github/{ => GithubObjects}/NamedUser.py | 0 github/{ => GithubObjects}/ObjectCapacities/ArgumentsChecker.py | 0 github/{ => GithubObjects}/ObjectCapacities/Basic.py | 0 github/{ => GithubObjects}/ObjectCapacities/List.py | 0 github/{ => GithubObjects}/ObjectCapacities/TypePolicies.py | 0 github/{ => GithubObjects}/ObjectCapacities/__init__.py | 0 github/{ => GithubObjects}/Organization.py | 0 github/{ => GithubObjects}/PullRequest.py | 0 github/{ => GithubObjects}/PullRequestComment.py | 0 github/{ => GithubObjects}/PullRequestFile.py | 0 github/{ => GithubObjects}/Repository.py | 0 github/{ => GithubObjects}/RepositoryKey.py | 0 github/{ => GithubObjects}/Tag.py | 0 github/{ => GithubObjects}/Team.py | 0 github/{ => GithubObjects}/UserKey.py | 0 github/{GithubObjects.py => GithubObjects/__init__.py} | 0 38 files changed, 0 insertions(+), 0 deletions(-) rename github/{ => GithubObjects}/AuthenticatedUser.py (100%) rename github/{ => GithubObjects}/Authorization.py (100%) rename github/{ => GithubObjects}/Branch.py (100%) rename github/{ => GithubObjects}/Commit.py (100%) rename github/{ => GithubObjects}/CommitComment.py (100%) rename github/{ => GithubObjects}/Download.py (100%) rename github/{ => GithubObjects}/Event.py (100%) rename github/{ => GithubObjects}/Gist.py (100%) rename github/{ => GithubObjects}/GistComment.py (100%) rename github/{ => GithubObjects}/GitBlob.py (100%) rename github/{ => GithubObjects}/GitCommit.py (100%) rename github/{ => GithubObjects}/GitRef.py (100%) rename github/{ => GithubObjects}/GitTag.py (100%) rename github/{ => GithubObjects}/GitTree.py (100%) rename github/{ => GithubObjects}/GithubObject.UnitTest.py (100%) rename github/{ => GithubObjects}/GithubObject.py (100%) rename github/{ => GithubObjects}/Hook.py (100%) rename github/{ => GithubObjects}/Issue.py (100%) rename github/{ => GithubObjects}/IssueComment.py (100%) rename github/{ => GithubObjects}/IssueEvent.py (100%) rename github/{ => GithubObjects}/Label.py (100%) rename github/{ => GithubObjects}/Milestone.py (100%) rename github/{ => GithubObjects}/NamedUser.py (100%) rename github/{ => GithubObjects}/ObjectCapacities/ArgumentsChecker.py (100%) rename github/{ => GithubObjects}/ObjectCapacities/Basic.py (100%) rename github/{ => GithubObjects}/ObjectCapacities/List.py (100%) rename github/{ => GithubObjects}/ObjectCapacities/TypePolicies.py (100%) rename github/{ => GithubObjects}/ObjectCapacities/__init__.py (100%) rename github/{ => GithubObjects}/Organization.py (100%) rename github/{ => GithubObjects}/PullRequest.py (100%) rename github/{ => GithubObjects}/PullRequestComment.py (100%) rename github/{ => GithubObjects}/PullRequestFile.py (100%) rename github/{ => GithubObjects}/Repository.py (100%) rename github/{ => GithubObjects}/RepositoryKey.py (100%) rename github/{ => GithubObjects}/Tag.py (100%) rename github/{ => GithubObjects}/Team.py (100%) rename github/{ => GithubObjects}/UserKey.py (100%) rename github/{GithubObjects.py => GithubObjects/__init__.py} (100%) diff --git a/github/AuthenticatedUser.py b/github/GithubObjects/AuthenticatedUser.py similarity index 100% rename from github/AuthenticatedUser.py rename to github/GithubObjects/AuthenticatedUser.py diff --git a/github/Authorization.py b/github/GithubObjects/Authorization.py similarity index 100% rename from github/Authorization.py rename to github/GithubObjects/Authorization.py diff --git a/github/Branch.py b/github/GithubObjects/Branch.py similarity index 100% rename from github/Branch.py rename to github/GithubObjects/Branch.py diff --git a/github/Commit.py b/github/GithubObjects/Commit.py similarity index 100% rename from github/Commit.py rename to github/GithubObjects/Commit.py diff --git a/github/CommitComment.py b/github/GithubObjects/CommitComment.py similarity index 100% rename from github/CommitComment.py rename to github/GithubObjects/CommitComment.py diff --git a/github/Download.py b/github/GithubObjects/Download.py similarity index 100% rename from github/Download.py rename to github/GithubObjects/Download.py diff --git a/github/Event.py b/github/GithubObjects/Event.py similarity index 100% rename from github/Event.py rename to github/GithubObjects/Event.py diff --git a/github/Gist.py b/github/GithubObjects/Gist.py similarity index 100% rename from github/Gist.py rename to github/GithubObjects/Gist.py diff --git a/github/GistComment.py b/github/GithubObjects/GistComment.py similarity index 100% rename from github/GistComment.py rename to github/GithubObjects/GistComment.py diff --git a/github/GitBlob.py b/github/GithubObjects/GitBlob.py similarity index 100% rename from github/GitBlob.py rename to github/GithubObjects/GitBlob.py diff --git a/github/GitCommit.py b/github/GithubObjects/GitCommit.py similarity index 100% rename from github/GitCommit.py rename to github/GithubObjects/GitCommit.py diff --git a/github/GitRef.py b/github/GithubObjects/GitRef.py similarity index 100% rename from github/GitRef.py rename to github/GithubObjects/GitRef.py diff --git a/github/GitTag.py b/github/GithubObjects/GitTag.py similarity index 100% rename from github/GitTag.py rename to github/GithubObjects/GitTag.py diff --git a/github/GitTree.py b/github/GithubObjects/GitTree.py similarity index 100% rename from github/GitTree.py rename to github/GithubObjects/GitTree.py diff --git a/github/GithubObject.UnitTest.py b/github/GithubObjects/GithubObject.UnitTest.py similarity index 100% rename from github/GithubObject.UnitTest.py rename to github/GithubObjects/GithubObject.UnitTest.py diff --git a/github/GithubObject.py b/github/GithubObjects/GithubObject.py similarity index 100% rename from github/GithubObject.py rename to github/GithubObjects/GithubObject.py diff --git a/github/Hook.py b/github/GithubObjects/Hook.py similarity index 100% rename from github/Hook.py rename to github/GithubObjects/Hook.py diff --git a/github/Issue.py b/github/GithubObjects/Issue.py similarity index 100% rename from github/Issue.py rename to github/GithubObjects/Issue.py diff --git a/github/IssueComment.py b/github/GithubObjects/IssueComment.py similarity index 100% rename from github/IssueComment.py rename to github/GithubObjects/IssueComment.py diff --git a/github/IssueEvent.py b/github/GithubObjects/IssueEvent.py similarity index 100% rename from github/IssueEvent.py rename to github/GithubObjects/IssueEvent.py diff --git a/github/Label.py b/github/GithubObjects/Label.py similarity index 100% rename from github/Label.py rename to github/GithubObjects/Label.py diff --git a/github/Milestone.py b/github/GithubObjects/Milestone.py similarity index 100% rename from github/Milestone.py rename to github/GithubObjects/Milestone.py diff --git a/github/NamedUser.py b/github/GithubObjects/NamedUser.py similarity index 100% rename from github/NamedUser.py rename to github/GithubObjects/NamedUser.py diff --git a/github/ObjectCapacities/ArgumentsChecker.py b/github/GithubObjects/ObjectCapacities/ArgumentsChecker.py similarity index 100% rename from github/ObjectCapacities/ArgumentsChecker.py rename to github/GithubObjects/ObjectCapacities/ArgumentsChecker.py diff --git a/github/ObjectCapacities/Basic.py b/github/GithubObjects/ObjectCapacities/Basic.py similarity index 100% rename from github/ObjectCapacities/Basic.py rename to github/GithubObjects/ObjectCapacities/Basic.py diff --git a/github/ObjectCapacities/List.py b/github/GithubObjects/ObjectCapacities/List.py similarity index 100% rename from github/ObjectCapacities/List.py rename to github/GithubObjects/ObjectCapacities/List.py diff --git a/github/ObjectCapacities/TypePolicies.py b/github/GithubObjects/ObjectCapacities/TypePolicies.py similarity index 100% rename from github/ObjectCapacities/TypePolicies.py rename to github/GithubObjects/ObjectCapacities/TypePolicies.py diff --git a/github/ObjectCapacities/__init__.py b/github/GithubObjects/ObjectCapacities/__init__.py similarity index 100% rename from github/ObjectCapacities/__init__.py rename to github/GithubObjects/ObjectCapacities/__init__.py diff --git a/github/Organization.py b/github/GithubObjects/Organization.py similarity index 100% rename from github/Organization.py rename to github/GithubObjects/Organization.py diff --git a/github/PullRequest.py b/github/GithubObjects/PullRequest.py similarity index 100% rename from github/PullRequest.py rename to github/GithubObjects/PullRequest.py diff --git a/github/PullRequestComment.py b/github/GithubObjects/PullRequestComment.py similarity index 100% rename from github/PullRequestComment.py rename to github/GithubObjects/PullRequestComment.py diff --git a/github/PullRequestFile.py b/github/GithubObjects/PullRequestFile.py similarity index 100% rename from github/PullRequestFile.py rename to github/GithubObjects/PullRequestFile.py diff --git a/github/Repository.py b/github/GithubObjects/Repository.py similarity index 100% rename from github/Repository.py rename to github/GithubObjects/Repository.py diff --git a/github/RepositoryKey.py b/github/GithubObjects/RepositoryKey.py similarity index 100% rename from github/RepositoryKey.py rename to github/GithubObjects/RepositoryKey.py diff --git a/github/Tag.py b/github/GithubObjects/Tag.py similarity index 100% rename from github/Tag.py rename to github/GithubObjects/Tag.py diff --git a/github/Team.py b/github/GithubObjects/Team.py similarity index 100% rename from github/Team.py rename to github/GithubObjects/Team.py diff --git a/github/UserKey.py b/github/GithubObjects/UserKey.py similarity index 100% rename from github/UserKey.py rename to github/GithubObjects/UserKey.py diff --git a/github/GithubObjects.py b/github/GithubObjects/__init__.py similarity index 100% rename from github/GithubObjects.py rename to github/GithubObjects/__init__.py