index
:
users/unit193/deluge.git
debian
Forked deluge packaging
Unit 193
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
deluge
/
ui
/
web
/
__init__.py
blob: 3757e0b1c8d4bde510b92ab26b4352179b92dc62 (
plain
) (
blame
)
1
2
3
4
5
6
from
deluge
.
ui
.
web
.
web
import
Web
def
start
():
web
=
Web
()
web
.
start
()