X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;ds=sidebyside;f=python%2Fcumulus%2Fconfig.py;h=cf721bf6bd47304f1e1c7f38efc1cb0e1408015f;hb=ad1381b6da02a65ebadfc2f466e9bf6ab9086229;hp=62225bd2d92eae8434907d13d136bd0e63a780c4;hpb=7357b690367c22d35edf3f375bd4a91ccdf014c0;p=cumulus.git diff --git a/python/cumulus/config.py b/python/cumulus/config.py index 62225bd..cf721bf 100644 --- a/python/cumulus/config.py +++ b/python/cumulus/config.py @@ -1,7 +1,6 @@ -# Cumulus: Smart Filesystem Backup to Dumb Servers -# -# Copyright (C) 2012 Google Inc. -# Written by Michael Vrable +# Cumulus: Efficient Filesystem Backup to the Cloud +# Copyright (C) 2012 The Cumulus Developers +# See the AUTHORS file for a list of contributors. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -52,7 +51,6 @@ def _build_retention_engine(spec): seconds = int(m.group(1)) * _TIME_UNITS[m.group(2)] period = period + datetime.timedelta(seconds=seconds) intervalspec = m.group(3) - print classname, period policy.add_policy(classname, period) return policy