From 7f63d5cafc34147616cfe596c2ddade820f99cd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Tue, 30 Aug 2016 11:14:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D1=84=D0=B8=D0=BB=D1=8C=D1=82=D1=80=20=D0=BF?= =?UTF-8?q?=D0=BE=20=D0=BB=D0=BE=D0=B3=D0=B8=D0=BD=D1=83=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D0=BA=D0=BE=D0=BD=D1=81=D0=BE=D0=BB=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/unix/variables/filters.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pym/unix/variables/filters.py b/pym/unix/variables/filters.py index d191704..700c89a 100644 --- a/pym/unix/variables/filters.py +++ b/pym/unix/variables/filters.py @@ -176,6 +176,7 @@ class VariableClUnixUserFilterLogin(FilterStringHelper, Variable): """ Фильтр на login """ + opt = ["--filter-login"] def init(self): self.label = _("Login filter")