Skip to content

Commit b70d3a4

Browse files
committed
merge
2 parents f5b8614 + 1587504 commit b70d3a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dokuwiki.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import base64
1919
import re
2020
import weakref
21-
from collections import OrderedDict
2221
from datetime import datetime, timedelta
2322
from typing import Any, Dict, List, Optional, Union
2423
from typing import OrderedDict as t_OrderedDict
@@ -82,10 +81,11 @@ def parse_response(self, response):
8281

8382
return CookiesTransport()
8483

84+
8585
class DokuWiki:
8686
"""Initialize a connection to a DokuWiki wiki. ``url``, ``user`` and
8787
``password`` are respectively the URL, the login and the password for
88-
connecting to the wiki. ``kwargs`` are `xmlrpclib`/`xmlrpc.client`
88+
connecting to the wiki. ``kwargs`` are `xmlrpc.client`
8989
**ServerProxy** parameters.
9090
9191
The exception `DokuWikiError` is raised if the authentication

0 commit comments

Comments
 (0)