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@18523 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Feb 21, 2018
1 parent d0056ef commit d8dd296
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/xpra/client/ui_client_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
import os
import re
import sys
import traceback
import logging
from collections import deque

from xpra.log import Logger, set_global_logging_handler
from xpra.log import Logger
log = Logger("client")
traylog = Logger("client", "tray")
keylog = Logger("client", "keyboard")
Expand Down

0 comments on commit d8dd296

Please sign in to comment.