From c19392cbede703c3ca5d84a6938403e7ee74f2d6 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Mon, 26 Mar 2001 07:26:50 +0000 Subject: Untabification. --- bin/update | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/update b/bin/update index 353a011a3..69183b8dc 100755 --- a/bin/update +++ b/bin/update @@ -147,9 +147,9 @@ b6, so I'm renaming it to %(mbox_dir)s.tmp and proceeding.""") %(listname)s has both public and private mbox archives. Since this list currently uses private archiving, I'm installing the private mbox archive -- %(o_pri_mbox_file)s -- as the active archive, and renaming - %(o_pub_mbox_file)s + %(o_pub_mbox_file)s to - %(o_pub_mbox_file)s.preb6 + %(o_pub_mbox_file)s.preb6 You can integrate that into the archives if you want by using the 'arch' script. @@ -161,9 +161,9 @@ script. %s has both public and private mbox archives. Since this list currently uses public archiving, I'm installing the public mbox file archive file (%s) as the active one, and renaming - %s + %s to - %s.preb6 + %s.preb6 You can integrate that into the archives if you want by using the 'arch' script. @@ -239,7 +239,7 @@ script. b4_tmpl_dir = os.path.join(tmpl_dir, mlist._internal_name) new_tmpl_dir = os.path.join(list_dir, mlist._internal_name) if os.path.exists(b4_tmpl_dir): - print "- This list looks like it might have <= b4 " \ + print "- This list looks like it might have <= b4 " \ 'list templates around' for f in os.listdir(b4_tmpl_dir): o_tmpl = os.path.join(b4_tmpl_dir, f) -- cgit v1.3.1