codelist TipoDocumento
FossilOrigin-Name: 684b4eb4bd85be7cc7cf73a04b04ec0c16b49e6340d61688779d48d1bdfc7424
This commit is contained in:
		| @@ -56,6 +56,10 @@ __all__ = ['TipoOrganizacion', | ||||
|            'TipoResponsabilidad', | ||||
|            'TipoAmbiente'] | ||||
|  | ||||
| TipoOrganizacion = CodeList(os.path.join(DATA_DIR, 'TipoOrganizacion-2.1.gc'), 'name') | ||||
| TipoResponsabilidad = CodeList(os.path.join(DATA_DIR, 'TipoResponsabilidad-2.1.gc'), 'name') | ||||
| TipoAmbiente = CodeList(os.path.join(DATA_DIR, 'TipoAmbiente-2.1.gc'), 'name') | ||||
| def path_for_codelist(name): | ||||
|     return os.path.join(DATA_DIR, name) | ||||
|  | ||||
| TipoOrganizacion = CodeList(path_for_codelist('TipoOrganizacion-2.1.gc'), 'name') | ||||
| TipoResponsabilidad = CodeList(path_for_codelist('TipoResponsabilidad-2.1.gc'), 'name') | ||||
| TipoAmbiente = CodeList(path_for_codelist('TipoAmbiente-2.1.gc'), 'name') | ||||
| TipoDocumento = CodeList(path_for_codelist('TipoDocumento-2.1.gc'), 'name') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user