Index: git_cl.py |
diff --git a/git_cl.py b/git_cl.py |
index 7d3c1055c23e0fa986b34cfca09003c41a939b19..0acb9cd59ba2f67a73dc357a21e5ef0d2f851b14 100755 |
--- a/git_cl.py |
+++ b/git_cl.py |
@@ -3293,7 +3293,7 @@ def CMDdescription(parser, args): |
DieWithError('This branch has no associated changelist.') |
description = ChangeDescription(cl.GetDescription()) |
if options.display: |
- print >> sys.stdout, description.description |
+ print description.description |
return 0 |
description.prompt() |
if cl.GetDescription() != description.description: |