diff options
author | W. Trevor King <wking@drexel.edu> | 2010-01-28 10:56:44 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2010-01-28 10:56:44 -0500 |
commit | 811117714a99252782a3eb064ff9e6346b77403a (patch) | |
tree | 4ef482c92021a91b32f2170577460f4cf3124a3e /libbe/command | |
parent | 791eb3fb381f48feaa3653d1889971630db210fe (diff) | |
download | bugseverywhere-811117714a99252782a3eb064ff9e6346b77403a.tar.gz |
Oops, fix Comment doctest EDITOR cleanup
Diffstat (limited to 'libbe/command')
-rw-r--r-- | libbe/command/comment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/command/comment.py b/libbe/command/comment.py index 6ab588f..b269840 100644 --- a/libbe/command/comment.py +++ b/libbe/command/comment.py @@ -85,7 +85,7 @@ class Comment (libbe.command.Command): <BLANKLINE> >>> ui.cleanup() >>> bd.cleanup() - >>> del os.environ("EDITOR") + >>> del os.environ["EDITOR"] """ name = 'comment' |