bugfix
This commit is contained in:
parent
b1cf7464ab
commit
e6b30650c7
@ -38,6 +38,7 @@ class ObjectCache:
|
||||
return None
|
||||
|
||||
|
||||
|
||||
class BaseProcessor:
|
||||
@classmethod
|
||||
def isMe(self,name):
|
||||
|
@ -47,6 +47,7 @@ def i18nDICT(request):
|
||||
l = c.langMapping.get(lang,lang)
|
||||
return json.dumps(i18n.getLangDict(l)).encode(c.website.coding)
|
||||
|
||||
|
||||
class ProcessorResource(StaticResource,Url2File):
|
||||
def __init__(self, prefix: str, directory: PathLike,
|
||||
*, name: Optional[str]=None,
|
||||
|
Loading…
Reference in New Issue
Block a user