Raised when Unicode data files cannot be downloaded.
| 16 | |
| 17 | |
| 18 | class UnicodeDataDownloadError(Exception): |
| 19 | """Raised when Unicode data files cannot be downloaded.""" |
| 20 | |
| 21 | pass |
| 22 | |
| 23 | |
| 24 | # Unicode version used for all Unicode data files |
no outgoing calls
searching dependent graphs…