summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--edit_changelogs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit_changelogs.py b/edit_changelogs.py
index e5929af..927e01d 100644
--- a/edit_changelogs.py
+++ b/edit_changelogs.py
@@ -25,4 +25,4 @@ changelog.add_change('');
changelog.add_change(' * Backport to etch for CRAN repository');
changelog.add_change('');
-file(chlg,"w+").write(changelog)
+#file(chlg,"w+").write(changelog)

Contact - Imprint