개정판 4736c7d6
for kitech
Change-Id: Ie3f47c376233cc46587f45a2dc9013f04258844e
DTI_PID/DTI_PID/AppDocData.py | ||
---|---|---|
255 | 255 |
|
256 | 256 |
cmp_fnc = lambda psz1, psz2: _StrCmpLogicalW(psz1, psz2) |
257 | 257 |
|
258 |
return sorted(data, key=cmp_to_key(cmp_fnc), reverse=True) # kitech
|
|
259 |
#return sorted(data, key=cmp_to_key(cmp_fnc))
|
|
258 |
#return sorted(data, key=cmp_to_key(cmp_fnc), reverse=True) #kitech
|
|
259 |
return sorted(data, key=cmp_to_key(cmp_fnc)) |
|
260 | 260 |
|
261 | 261 |
''' |
262 | 262 |
@brief Get drawing file list |
내보내기 Unified diff