summaryrefslogtreecommitdiff
path: root/xnt/basecommand.py
diff options
context:
space:
mode:
Diffstat (limited to 'xnt/basecommand.py')
-rw-r--r--xnt/basecommand.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xnt/basecommand.py b/xnt/basecommand.py
index bbbdac9..6433918 100644
--- a/xnt/basecommand.py
+++ b/xnt/basecommand.py
@@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-class Command(object): #pylint: disable-msg=R0903
+class Command(object):
"""Base Command Class Definition"""
name = None
usage = None