Skip to content

Commit

Permalink
cmdln.py: fix reimport of 're'
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
  • Loading branch information
dalgaaf committed May 27, 2013
1 parent b99a05e commit e1ea202
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion osc/cmdln.py
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,6 @@ def _summarize_doc(doc, length=60):
>>> _summarize_doc("this function does this\n\nand that")
'this function does this'
"""
import re
if doc is None:
return ""
assert length > 3, "length <= 3 is absurdly short for a doc summary"
Expand Down

0 comments on commit e1ea202

Please sign in to comment.