FreeRDP
update-windows-zones Namespace Reference

Variables

 name = os.path.realpath(__file__)
 
 base = os.path.normpath(os.path.join(os.path.dirname(name), '..'))
 
 rname = os.path.relpath(name, base)
 
 zfile = os.path.join(base, 'winpr/libwinpr/timezone/WindowsZones.c')
 
string url = 'https://raw.githubusercontent.com/unicode-org/cldr/latest/common/supplemental/windowsZones.xml'
 
 xml = response.read()
 
 root = ET.fromstring(xml)
 
list entries = []
 
 tzid = child.get('type')
 
 windows = child.get('other')
 

Variable Documentation

◆ base

update-windows-zones.base = os.path.normpath(os.path.join(os.path.dirname(name), '..'))

◆ entries

list update-windows-zones.entries = []

◆ name

update-windows-zones.name = os.path.realpath(__file__)

◆ rname

update-windows-zones.rname = os.path.relpath(name, base)

◆ root

update-windows-zones.root = ET.fromstring(xml)

◆ tzid

update-windows-zones.tzid = child.get('type')

◆ url

string update-windows-zones.url = 'https://raw.githubusercontent.com/unicode-org/cldr/latest/common/supplemental/windowsZones.xml'

◆ windows

update-windows-zones.windows = child.get('other')

◆ xml

update-windows-zones.xml = response.read()

◆ zfile

update-windows-zones.zfile = os.path.join(base, 'winpr/libwinpr/timezone/WindowsZones.c')