Viewing File: /usr/local/cpanel/bin/json_to_pickle
#!/usr/local/cpanel/3rdparty/bin/python2
# -*- coding: utf-8 -*-
# cpanel - bin/json_to_pickle Copyright 2022 cPanel, L.L.C.
# All rights reserved.
# copyright@cpanel.net http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
import sys
sys.path.insert(0, '/usr/local/cpanel/lib/python2')
import cPanel
def main(argv):
sys.stdout.write(cPanel.json_to_pickle(sys.stdin.read()))
if __name__ == '__main__':
raise SystemExit(main(sys.argv))
Back to Directory
File Manager