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.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/cxmanage_api/simg.py b/cxmanage_api/simg.py
index 6ae8bf8..1870691 100644
--- a/cxmanage_api/simg.py
+++ b/cxmanage_api/simg.py
@@ -1,4 +1,7 @@
-# Copyright (c) 2012, Calxeda Inc.
+"""Calxeda: simg.py"""
+
+
+# Copyright (c) 2012-2013, 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