summaryrefslogtreecommitdiff
path: root/cxmanage_api/simg.py
diff options
context:
space:
mode:
Diffstat (limited to 'cxmanage_api/simg.py')
-rw-r--r--cxmanage_api/simg.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/cxmanage_api/simg.py b/cxmanage_api/simg.py
index 6ae8bf8..d8901b8 100644
--- a/cxmanage_api/simg.py
+++ b/cxmanage_api/simg.py
@@ -1,3 +1,6 @@
+"""Calxeda: simg.py"""
+
+
# Copyright (c) 2012, Calxeda Inc.
#
# All rights reserved.
@@ -38,7 +41,8 @@ HEADER_LENGTH = 60
MIN_HEADER_LENGTH = 28
-class SIMGHeader:
+# pylint: disable=R0913, R0903, R0902
+class SIMGHeader(object):
"""Container for an SIMG header.
>>> from cxmanage_api.simg import SIMGHeader