Attempting to add method for posixpath

This commit is contained in:
Andrew 2022-12-14 12:21:04 -05:00
parent ac1b94d35b
commit 6f510976f0

View File

@ -2,7 +2,7 @@ import json
import logging import logging
import os import os
import time import time
from pathlib import PurePath from pathlib import PurePath, PurePosixPath
import tornado.web import tornado.web
import tornado.escape import tornado.escape
import bleach import bleach