mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Move GithubObject
This commit is contained in:
+4
-4
@@ -1,9 +1,9 @@
|
||||
import itertools
|
||||
|
||||
from ObjectCapacities.ArgumentsChecker import *
|
||||
from ObjectCapacities.Basic import *
|
||||
from ObjectCapacities.List import *
|
||||
from ObjectCapacities.TypePolicies import *
|
||||
from ArgumentsChecker import *
|
||||
from Basic import *
|
||||
from List import *
|
||||
from TypePolicies import *
|
||||
|
||||
class BadGithubObjectException( Exception ):
|
||||
pass
|
||||
@@ -0,0 +1 @@
|
||||
from GithubObject import *
|
||||
Reference in New Issue
Block a user