From 013b9a7e14b87fb677a585fdc6ce0f5e2a3a2214 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Tue, 27 Sep 2005 05:30:59 +0000 Subject: [PATCH] Update svn: r5246 --- gramps2/src/plugins/Checkpoint.py | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/gramps2/src/plugins/Checkpoint.py b/gramps2/src/plugins/Checkpoint.py index 9b8968558..e081bd4d5 100644 --- a/gramps2/src/plugins/Checkpoint.py +++ b/gramps2/src/plugins/Checkpoint.py @@ -55,9 +55,11 @@ import Utils #------------------------------------------------------------------------- # -# Constant strings that we offer as custom commands +# Constants # #------------------------------------------------------------------------- + +# Some strings that we offer as custom commands cust_arch_list = [ 'cvs ci -m "$(date)"', ] @@ -66,11 +68,7 @@ cust_ret_list = [ 'cvs up', ] -#------------------------------------------------------------------------- -# # Some message strings -# -#------------------------------------------------------------------------- rcs_setup_failure_msg = [ _("Checkpoint Archive Creation Failed"), _("No checkpointing archive was found. " @@ -110,10 +108,9 @@ retrieve_success_msg = [ _("The data was successfully retrieved.") ] - #------------------------------------------------------------------------- # -# Checkpoint +# Checkpoint class # #------------------------------------------------------------------------- class Checkpoint(Tool.Tool): @@ -293,7 +290,6 @@ class Checkpoint(Tool.Tool): else: dialog(msg1,msg2) - def rcs(self,checkin,cli): """ Check the generated XML file into RCS. Initialize the RCS file if