From cb57634945bfb06a9c192a663d851d97cc4f638f Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sat, 5 Mar 2005 19:51:03 +0000 Subject: [PATCH] Use freshness policy to auto-update. Removed always update. Not useful. git-svn-id: file:///home/talex/Backups/sf.net/Subversion/zero-install/injector/head/injector-gui/head@73 9f8c893c-44ee-0310-b757-c8ca8341c71e --- freshness.py | 1 - 1 file changed, 1 deletion(-) diff --git a/freshness.py b/freshness.py index 5c58252..19a4872 100644 --- a/freshness.py +++ b/freshness.py @@ -10,7 +10,6 @@ class Freshness(object): freshness_levels = [ Freshness(-1, 'No automatic updates'), - Freshness(0, 'Always update'), Freshness(60, 'Up to one minute old'), Freshness(60 * 60, 'Up to one hour old'), Freshness(24 * 60 * 60, 'Up to one day old'), -- 2.11.4.GIT