##// END OF EJS Templates
Adapt to all sorts of drive names...
Adapt to all sorts of drive names Earlier implementation assumed the drive name to be C and ignored the possibility of it being different. Drive names could also be greater than 1 in length. This possibility is also considered now.

File last commit:

r25705:ad14ee33
r26796:fe042603
Show More
mypy.ini
4 lines | 82 B | text/x-ini | IniLexer
[mypy]
python_version = 3.6
ignore_missing_imports = True
follow_imports = silent