Add constant WINDOWS_BADCHARS for use in other programs.
This commit is contained in:
parent
ebe009f2a2
commit
244691713d
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ import re
|
|||
|
||||
from voussoirkit import winglob
|
||||
|
||||
WINDOWS_BADCHARS = {'\\', '/', ':', '*', '?', '<', '>', '|', '"'}
|
||||
|
||||
class PathclassException(Exception):
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue