File: __init__.py

package info (click to toggle)
python-easywebdav 1.2.0-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 152 kB
  • sloc: python: 251; sh: 43; makefile: 13
file content (5 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (6)
1
2
3
4
5
from .client import *

def connect(*args, **kwargs):
    """connect(host, port=0, auth=None, username=None, password=None, protocol='http', path="/")"""
    return Client(*args, **kwargs)