From 6b485b0441fd6bc7033c2185a6745532ab7266f5 Mon Sep 17 00:00:00 2001 From: serek <> Date: Sat, 3 Aug 2002 10:45:35 +0000 Subject: [PATCH] - lampadas commits. --- CVSROOT/tolist.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CVSROOT/tolist.py b/CVSROOT/tolist.py index 0d37588b..0079ac98 100755 --- a/CVSROOT/tolist.py +++ b/CVSROOT/tolist.py @@ -31,6 +31,8 @@ while users_line != '' : users_splitted[0]+'@tldp.org') os.popen('/usr/local/bin/ezmlm-sub /home/linuxdoc/staff/allow ' + users_splitted[0]+'@tldp.org') + os.popen('/usr/local/bin/ezmlm-sub /home/linuxdoc/lampadas-commits/allow ' + + users_splitted[0]+'@tldp.org') # take next line from users file users_line = users_in.readline()