Add constant WINDOWS_BADCHARS for use in other programs.

master
voussoir 2020-12-05 15:06:27 -08:00
parent ebe009f2a2
commit 244691713d
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import re
from voussoirkit import winglob from voussoirkit import winglob
WINDOWS_BADCHARS = {'\\', '/', ':', '*', '?', '<', '>', '|', '"'}
class PathclassException(Exception): class PathclassException(Exception):
pass pass