Make sure only three class definitions are distributed

This commit is contained in:
Vincent Jacques
2012-03-14 22:56:12 +01:00
parent 85eef75635
commit 69cc298fd1
8 changed files with 143 additions and 129 deletions
-4
View File
@@ -1,7 +1,6 @@
from GithubObject import *
from NamedUser import NamedUser
from Event import Event
Organization = GithubObject(
"Organization",
@@ -27,7 +26,4 @@ Organization = GithubObject(
ElementRemovable(),
ElementHasable()
),
ExternalListOfObjects( "events", "event", Event,
ListGetable( [], [] )
),
)