Skip to content

Commit

Permalink
went for 3.3.0 instead
Browse files Browse the repository at this point in the history
Signed-off-by: Chris “Kwpolska” Warrick <[email protected]>
  • Loading branch information
Kwpolska committed May 31, 2014
1 parent dd23e86 commit c736014
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgbuilder/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def hanging_indent(text, intro, termwidth=80, change_spaces=True,
introwidth=None):
"""Produce text with a hanging indent.
.. versionadded:: 4.0.0
.. versionadded:: 3.3.0
"""
if introwidth is None:
Expand Down Expand Up @@ -104,7 +104,7 @@ def hanging_indent(text, intro, termwidth=80, change_spaces=True,
def get_termwidth():
"""Get the width of this terminal.
.. versionadded:: 4.0.0
.. versionadded:: 3.3.0
"""
try:
Expand Down Expand Up @@ -173,7 +173,7 @@ def print_package_search(pkg, use_categories=True, cachemode=False, prefix='',
def mlist(items, sep=' ', change_spaces=True, termwidth=80, indentwidth=17):
"""Output a list of strings, complete with a hanging indent.
.. versionadded:: 4.0.0
.. versionadded:: 3.3.0
"""
if items:
Expand All @@ -196,7 +196,7 @@ def print_package_info(pkgs, cachemode=False):
Based on `pacman -Ss`.
.. versionchanged:: 4.0.0
.. versionchanged:: 3.3.0
"""
if pkgs == []:
Expand Down

0 comments on commit c736014

Please sign in to comment.