diff options
-rw-r--r-- | becommands/upgrade.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/upgrade.py b/becommands/upgrade.py index 2d2c242..f1f41ee 100644 --- a/becommands/upgrade.py +++ b/becommands/upgrade.py @@ -1,4 +1,4 @@ -""" Upgrade the bugs to the latest format """ +"""Upgrade the bugs to the latest format""" import os.path import errno from libbe import bugdir, rcs |