gibMacOS/Scripts
Christian Clauss 49e07bcb2f
xrange() was removed from Python on 1/1/2020
Also simplify by defining basestring and unicode in Python 3

Python porting best practice [___use feature detection instead of version detection___](https://docs.python.org/3/howto/pyporting.html#use-feature-detection-instead-of-version-detection).

Bare exceptions: https://realpython.com/the-most-diabolical-python-antipattern

__basestring__ and __unicode__ was removed in Python 3 because all str are Unicode utf-8.
2020-04-13 10:44:05 +02:00
..
__init__.py Add files via upload 2018-10-06 22:07:05 -05:00
BOOTICEx64.exe Add files via upload 2019-07-01 08:57:43 -05:00
disk.py Update disk.py from pymodules 2019-09-24 14:40:15 -05:00
diskwin.py Include direct path to wmic in case of broken PATH 2019-06-12 09:55:13 -05:00
downloader.py Fix comment 2019-09-07 15:20:35 -05:00
plist.py xrange() was removed from Python on 1/1/2020 2020-04-13 10:44:05 +02:00
run.py Update run.py from pymodules 2020-03-16 11:47:18 -05:00
utils.py Update utils.py 2020-02-11 21:53:28 -06:00