Use a special value for not set attributes and parameters

This commit is contained in:
Vincent Jacques
2012-05-31 18:04:22 +02:00
parent ccf59e62af
commit 6f564e5aca
50 changed files with 2116 additions and 2128 deletions
-3
View File
@@ -7,9 +7,6 @@ import GithubObject
{% if class.needsPaginatedList %}
import PaginatedList
{% endif %}
{% if class.needsDefaultValue %}
from DefaultValueForOptionalParameters import DefaultValueForOptionalParameters
{% endif %}
{% if class.dependencies %}
##########