1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

vendorize appdirs module

This commit is contained in:
Kelly Brazil
2020-06-07 12:41:50 -07:00
parent 808ff6cf0e
commit 937a9fa9cf
4 changed files with 613 additions and 3 deletions

View File

@ -1,7 +1,7 @@
"""jc - JSON CLI output utility
JC cli module
"""
import appdirs
import sys
import os
import os.path
@ -17,6 +17,7 @@ from pygments.token import (Name, Number, String, Keyword)
from pygments.lexers import JsonLexer
from pygments.formatters import Terminal256Formatter
import jc.utils
import jc.appdirs as appdirs
class info():