Skip to content

Commit

Permalink
import cleanup
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@26330 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 12, 2020
1 parent af814d4 commit d8ab85b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/xpra/client/gtk_base/window_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@

from xpra.util import typedict, csv, WORKSPACE_UNSET
from xpra.os_util import bytestostr
from xpra.client import mixin_features
from xpra.common import GRAVITY_STR
from xpra.gtk_common.gtk_util import (
add_close_accel, label,
TableBuilder, imagebutton, get_gtk_version_info,
)
from xpra.gtk_common.gtk_util import add_close_accel, label, TableBuilder
from xpra.log import Logger

log = Logger("info")
Expand Down

0 comments on commit d8ab85b

Please sign in to comment.