1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-06 22:32:54 +02:00

remove magic_command info

This commit is contained in:
Kelly Brazil
2020-02-13 16:57:57 -08:00
parent 1c1b19a478
commit 1af85811e0

View File

@ -71,13 +71,12 @@ import jc.utils
class info(): class info():
version = '1.0' version = '1.0'
description = 'fstab command and file parser' description = 'fstab file parser'
author = 'Kelly Brazil' author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'
# compatible options: linux, darwin, cygwin, win32, aix, freebsd # compatible options: linux, darwin, cygwin, win32, aix, freebsd
compatible = ['linux'] compatible = ['linux']
magic_commands = ['fstab']
__version__ = info.version __version__ = info.version