Skip to content

Commit

Permalink
improving python code style
Browse files Browse the repository at this point in the history
  • Loading branch information
lzap committed Oct 24, 2011
1 parent 40ee934 commit 8c04129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/src/katello/client/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
STATUS_INFO = """
Status \t%-25s"""

SELECTION_QUERY="""
SELECTION_QUERY = """
'a' \t : select all
'x:y' \t : select a range eg:1:3
<sel> \t : select value in range (1-%s) to toggle selection
Expand Down
2 changes: 1 addition & 1 deletion cli/src/katello/client/logutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
LINE = ':%(lineno)d'
MSG = ' - %(message)s'

if sys.version_info < (2,5):
if sys.version_info < (2, 5):
FUNCTION = ''

FMT = \
Expand Down

0 comments on commit 8c04129

Please sign in to comment.