deluge/deluge/ui/console/__init__.py
2015-08-14 16:45:23 +01:00

14 lines
417 B
Python

# -*- coding: utf-8 -*-
#
# Copyright (C) 2008-2009 Ido Abramovich <ido.deluge@gmail.com>
#
# This file is part of Deluge and is licensed under GNU General Public License 3.0, or later, with
# the additional special exception to link portions of this program with the OpenSSL library.
# See LICENSE for more details.
#
UI_PATH = __path__[0]
from deluge.ui.console.main import start
assert start # silence pyflakes