Skip to content

Commit f532151

Browse files
committed
[PyROOT] Add ISO8859-1 to list of known modules at import time
The module ISO8859-1 is used for text encoding, appeared first on fedora32.
1 parent 276c4b2 commit f532151

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindings/pyroot/pythonizations/test/import_load_libs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class ImportLoadLibs(unittest.TestCase):
6060
'binascii',
6161
'libbz2',
6262
'libexpat',
63+
'ISO8859-1',
6364
# System libraries and others
6465
'libnss_.*',
6566
'ld.*',

0 commit comments

Comments
 (0)