diff options
-rw-r--r-- | edit_changelogs.py | 2 |
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) |