Skip to content

Commit

Permalink
r8604 mistakenly imported a client class (and didn't even use it - mu…
Browse files Browse the repository at this point in the history
…st have been pydev?) which breaks loading these codecs from an environment without a display!

git-svn-id: https://xpra.org/svn/Xpra/trunk@9413 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 18, 2015
1 parent 743eaf9 commit 42a08ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/xpra/codecs/nvenc4/encoder.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ from xpra.codecs.image_wrapper import ImageWrapper
from xpra.codecs.nv_util import get_nvidia_module_version, get_nvenc_license_keys

from xpra.log import Logger
from xpra.client.gtk_base.gtk_tray_menu_base import LOSSLESS
log = Logger("encoder", "nvenc")

import ctypes
Expand Down
1 change: 0 additions & 1 deletion src/xpra/codecs/nvenc5/encoder.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ from xpra.codecs.image_wrapper import ImageWrapper
from xpra.codecs.nv_util import get_nvidia_module_version

from xpra.log import Logger
from xpra.client.gtk_base.gtk_tray_menu_base import LOSSLESS
log = Logger("encoder", "nvenc")

import ctypes
Expand Down

0 comments on commit 42a08ac

Please sign in to comment.