summaryrefslogtreecommitdiff
path: root/cxmanage_api/credentials.py
diff options
context:
space:
mode:
authorGeorge Kraft <george.kraft@calxeda.com>2013-12-16 14:42:10 -0600
committerGeorge Kraft <george.kraft@calxeda.com>2013-12-16 14:43:57 -0600
commit5dc0d30fe656d67b8320b58b14a2e69f54dfb9e7 (patch)
tree43396096eff9886b2fe66b9e09dbd6313d77760f /cxmanage_api/credentials.py
parent45902a82a81c800ecfee03c5941493728118eccd (diff)
downloadcxmanage-5dc0d30fe656d67b8320b58b14a2e69f54dfb9e7.tar.gz
nojira: clean up some additional pylint warnings
Diffstat (limited to 'cxmanage_api/credentials.py')
-rw-r--r--cxmanage_api/credentials.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/cxmanage_api/credentials.py b/cxmanage_api/credentials.py
index 8709bf9..1a88f90 100644
--- a/cxmanage_api/credentials.py
+++ b/cxmanage_api/credentials.py
@@ -1,3 +1,5 @@
+# pylint: disable=too-few-public-methods
+
# Copyright (c) 2012-2013, Calxeda Inc.
#
# All rights reserved.
@@ -28,6 +30,8 @@
# THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
# DAMAGE.
+""" Definition of the Credentials class """
+
class Credentials(object):
""" Container for login credentials """