Cosmetics
This commit is contained in:
parent
18f21e26d5
commit
0b3e4204a5
@ -33,9 +33,9 @@ import posixpath
|
|||||||
import pprint
|
import pprint
|
||||||
import random
|
import random
|
||||||
import time
|
import time
|
||||||
|
import xml.etree.ElementTree as ET
|
||||||
import zlib
|
import zlib
|
||||||
from http import client
|
from http import client
|
||||||
from xml.etree import ElementTree as ET
|
|
||||||
|
|
||||||
import defusedxml.ElementTree as DefusedET
|
import defusedxml.ElementTree as DefusedET
|
||||||
import pkg_resources
|
import pkg_resources
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
import xml.etree.ElementTree as ET
|
||||||
from http import client
|
from http import client
|
||||||
from xml.etree import ElementTree as ET
|
|
||||||
|
|
||||||
from radicale import app, httputils, storage, xmlutils
|
from radicale import app, httputils, storage, xmlutils
|
||||||
|
|
||||||
|
@ -21,8 +21,8 @@ import collections
|
|||||||
import itertools
|
import itertools
|
||||||
import posixpath
|
import posixpath
|
||||||
import socket
|
import socket
|
||||||
|
import xml.etree.ElementTree as ET
|
||||||
from http import client
|
from http import client
|
||||||
from xml.etree import ElementTree as ET
|
|
||||||
|
|
||||||
from radicale import app, httputils, pathutils, rights, storage, xmlutils
|
from radicale import app, httputils, pathutils, rights, storage, xmlutils
|
||||||
from radicale.log import logger
|
from radicale.log import logger
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
|
|
||||||
import contextlib
|
import contextlib
|
||||||
import socket
|
import socket
|
||||||
|
import xml.etree.ElementTree as ET
|
||||||
from http import client
|
from http import client
|
||||||
from xml.etree import ElementTree as ET
|
|
||||||
|
|
||||||
from radicale import app, httputils
|
from radicale import app, httputils
|
||||||
from radicale import item as radicale_item
|
from radicale import item as radicale_item
|
||||||
|
@ -20,9 +20,9 @@
|
|||||||
import contextlib
|
import contextlib
|
||||||
import posixpath
|
import posixpath
|
||||||
import socket
|
import socket
|
||||||
|
import xml.etree.ElementTree as ET
|
||||||
from http import client
|
from http import client
|
||||||
from urllib.parse import unquote, urlparse
|
from urllib.parse import unquote, urlparse
|
||||||
from xml.etree import ElementTree as ET
|
|
||||||
|
|
||||||
from radicale import app, httputils, pathutils, storage, xmlutils
|
from radicale import app, httputils, pathutils, storage, xmlutils
|
||||||
from radicale.item import filter as radicale_filter
|
from radicale.item import filter as radicale_filter
|
||||||
|
Loading…
Reference in New Issue
Block a user