Commit Graph

22 Commits

Author SHA1 Message Date
Greg Neagle
767f64b12a Update copyright info 2023-02-22 09:59:22 -08:00
forvitinn
4748ed7bb8 add PlistReadError to except (#1142) 2022-06-07 11:44:23 -07:00
Greg Neagle
5ee0f5928a Update copyright dates 2022-05-10 16:09:38 -07:00
Greg Neagle
2d9b174ceb in cliutils.py, replace some usage of plistlib functions with those in wrappers.py to be compatible with Python 3 2022-05-05 11:41:13 -07:00
Greg Neagle
9ab1e5fb79 Avoid calling now-removed plistlib.readPlist in cliutils.py Fixes 'manifestutil version' 2021-05-04 10:51:25 -07:00
Greg Neagle
9d3e265cb8 Update copyright dates 2021-02-20 09:05:58 -08:00
Greg Neagle
72a0535d0d Update Copyright dates 2020-01-01 08:53:37 -08:00
Greg Neagle
ff6248daaf More Python3 compatibility changes 2019-06-23 09:51:22 -07:00
Greg Neagle
0dddb5dbd5 Lots of Python 3 compatibility changes for munkilib 2019-06-22 22:19:39 -07:00
Greg Neagle
a6d43a2b3c Python 3 compatibility for makecatalogs 2019-05-29 21:19:25 -07:00
Greg Neagle
3768eb78cb PyLint cleanups 2019-05-05 11:14:04 -07:00
Greg Neagle
df60207145 Add 'from __future__ import absolute_import' to all files to enforce Python3-style imports 2019-05-03 21:34:56 -07:00
Greg Neagle
531d99a01a Convert all print statements to Python3-compatible print functions 2019-05-03 19:47:37 -07:00
Elliot Jordan
b5edd2481e Minor typo fix (#904) 2019-02-02 08:37:04 -08:00
Greg Neagle
918d0b7391 Update copyright dates 2019-01-02 10:31:50 -08:00
Greg Neagle
1428c40d06 Update copyright notices to include 2018 2018-01-20 08:46:22 -08:00
Greg Neagle
91b43fdbe8 Avoid unhandled TypeError when trying to read binary plists with plistlib when makecatalogs is run against non-Apple Python 2017-07-26 16:11:23 -07:00
Greg Neagle
0252e091d1 Fix makecatalogs behavior when there is an invalid repo_url to match that of munkiimport 2017-06-13 13:49:48 -07:00
Greg Neagle
ee9fa49a16 Address #767 -- makecatalogs and iconimporter called with relative paths to repo (and also ~ expansion) 2017-05-04 15:49:31 -07:00
Greg Neagle
d50919f5ae PyLint cleanups 2017-04-07 21:56:13 -07:00
Greg Neagle
790db4f9ae In cli admin tools, fix for clearing a preference; previously it would be ignored 2017-03-14 07:11:16 -07:00
Greg Neagle
e042a2c8d5 Move many functions shared by the various cli tools to munkilib/cliutils.py 2017-03-13 08:03:23 -07:00