forked from mirrors/thatmattlove-hyperglass
Remove legacy set_app_path call
This commit is contained in:
parent
8013c48ae9
commit
d21c604bee
1 changed files with 1 additions and 5 deletions
|
|
@ -37,15 +37,11 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Third Party
|
# Third Party
|
||||||
import uvloop
|
import uvloop # type: ignore
|
||||||
|
|
||||||
# Project
|
# Project
|
||||||
from hyperglass.util import set_app_path
|
|
||||||
from hyperglass.constants import METADATA
|
from hyperglass.constants import METADATA
|
||||||
|
|
||||||
# Find hyperglass application directory.
|
|
||||||
set_app_path()
|
|
||||||
|
|
||||||
# Use Uvloop for performance.
|
# Use Uvloop for performance.
|
||||||
uvloop.install()
|
uvloop.install()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue