From c62ce1d095ef694de120867555de692a54b5acd6 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Sat, 11 Feb 2012 14:43:17 +0100 Subject: Add user parameter to be passed to the dynamicquota plugin --- pykolab/plugins/dynamicquota/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pykolab/plugins/dynamicquota/__init__.py b/pykolab/plugins/dynamicquota/__init__.py index 549f144..d19a811 100644 --- a/pykolab/plugins/dynamicquota/__init__.py +++ b/pykolab/plugins/dynamicquota/__init__.py @@ -42,6 +42,7 @@ class KolabDynamicquota(object): - used (integer, in KB) - current quota (integer, in KB) - quota (integer, in KB) + - user """ for keyword in [ 'used', 'current_quota', 'new_quota', 'default_quota' ]: -- cgit v1.1