Skip to content

Commit

Permalink
minor code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sdp5 committed Dec 1, 2015
1 parent 109b92a commit c431279
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
21 changes: 14 additions & 7 deletions zanataclient/zanata.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,13 +238,6 @@
metavar='COMMENTCOLS',
),
],
'mindocpercent': [
dict(
type='command',
long=['--min-doc-percent'],
metavar='MINDOCPERCENT',
),
],
'sourcecomments': [
dict(
type='command',
Expand All @@ -263,6 +256,20 @@
long=['--push-trans-only'],
),
],
'pushtype': [
dict(
type='command',
long=['--push-type'],
metavar='PUSHTYPE',
),
],
'mindocpercent': [
dict(
type='command',
long=['--min-doc-percent'],
metavar='MINDOCPERCENT',
),
],
'disablesslcert': [
dict(
type='command',
Expand Down
4 changes: 2 additions & 2 deletions zanataclient/zanatalib/statservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#
# Zanata Python Client
#
# Copyright (c) 2011 Sundeep Anand <[email protected]>
# Copyright (c) 2011 Red Hat, Inc.
# Copyright (c) 2015 Sundeep Anand <[email protected]>
# Copyright (c) 2015 Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down

0 comments on commit c431279

Please sign in to comment.