mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
next windows case
This commit is contained in:
parent
070a022b90
commit
d09c4e0819
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,6 @@
|
|||
|
||||
import getpass
|
||||
import os
|
||||
import pwd
|
||||
import ssl
|
||||
import sys
|
||||
from importlib import import_module, metadata
|
||||
|
@ -30,6 +29,7 @@ from radicale.log import logger
|
|||
|
||||
if sys.platform != "win32":
|
||||
import grp
|
||||
import pwd
|
||||
|
||||
_T_co = TypeVar("_T_co", covariant=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue