@%@UCRWARNING=// @%@

@!@
if configRegistry.is_true('update/secure_apt', False):
	print 'APT::Get::AllowUnauthenticated 0 ;'
else:
	print 'APT::Get::AllowUnauthenticated 1 ;'
@!@
