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