mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
Generate code for url quoting
This commit is contained in:
@@ -23,6 +23,7 @@ for class_ in description[ "classes" ]:
|
||||
if not thing[ "type" ][ "simple" ]:
|
||||
dependencies.add( thing[ "type" ][ "name" ] )
|
||||
class_[ "dependencies" ] = list( dependencies )
|
||||
class_[ "needsUrllib" ] = class_[ "name" ] in [ "Label", "Repository" ]
|
||||
|
||||
githubObjectTemplate = django.template.loader.get_template( "GithubObject.py" )
|
||||
for class_ in description[ "classes" ]:
|
||||
|
||||
Reference in New Issue
Block a user