##// END OF EJS Templates
Tiny comment correction
Thomas Kluyver -
Show More
@@ -23,7 +23,7 b' import re'
23 import sys
23 import sys
24
24
25 try:
25 try:
26 # Python 3
26 # Python >= 3.3
27 from importlib.machinery import all_suffixes
27 from importlib.machinery import all_suffixes
28 _suffixes = all_suffixes()
28 _suffixes = all_suffixes()
29 except ImportError:
29 except ImportError:
General Comments 0
You need to be logged in to leave comments. Login now