Skip to content

Commit

Permalink
avoid pylint warning
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@26816 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jun 27, 2020
1 parent eb86bff commit 927fe04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xpra/scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2120,8 +2120,8 @@ def no_gtk():


def run_splash(args) -> int:
from xpra.client.gtk3.splash_screen import main
return main(args)
from xpra.client.gtk3 import splash_screen
return splash_screen.main(args)

def run_glprobe(opts, show=False) -> int:
if show:
Expand Down

0 comments on commit 927fe04

Please sign in to comment.