mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed linux build.
This commit is contained in:
parent
398675597a
commit
b673a0d896
@ -11,7 +11,6 @@
|
|||||||
#
|
#
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
||||||
from pgadmin.utils import env, IS_WIN, fs_short_path
|
|
||||||
import builtins
|
import builtins
|
||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
@ -23,6 +22,7 @@ root = os.path.dirname(os.path.realpath(__file__))
|
|||||||
if sys.path[0] != root:
|
if sys.path[0] != root:
|
||||||
sys.path.insert(0, root)
|
sys.path.insert(0, root)
|
||||||
|
|
||||||
|
from pgadmin.utils import env, IS_WIN, fs_short_path
|
||||||
|
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# Application settings
|
# Application settings
|
||||||
|
Loading…
Reference in New Issue
Block a user