From 1af85811e06c489051c456918284a746ce12c692 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 13 Feb 2020 16:57:57 -0800 Subject: [PATCH] remove magic_command info --- jc/parsers/fstab.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jc/parsers/fstab.py b/jc/parsers/fstab.py index 4d1387ef..430378d0 100644 --- a/jc/parsers/fstab.py +++ b/jc/parsers/fstab.py @@ -71,13 +71,12 @@ import jc.utils class info(): version = '1.0' - description = 'fstab command and file parser' + description = 'fstab file parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' # compatible options: linux, darwin, cygwin, win32, aix, freebsd compatible = ['linux'] - magic_commands = ['fstab'] __version__ = info.version