Skip to content

Commit

Permalink
tell pydev to quit moaning
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@8314 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Dec 28, 2014
1 parent bbd21f6 commit dddba99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/server/window_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from xpra.server.batch_delay_calculator import calculate_batch_delay, get_target_speed, get_target_quality
from xpra.server.cystats import time_weighted_average #@UnresolvedImport
from xpra.server.region import rectangle, add_rectangle, remove_rectangle
from xpra.codecs.argb.argb import restride_image
from xpra.codecs.argb.argb import restride_image #@UnresolvedImport
from xpra.codecs.xor.cyxor import xor_str #@UnresolvedImport
from xpra.server.picture_encode import webp_encode, rgb_encode, PIL_encode, mmap_encode, mmap_send
from xpra.codecs.loader import NEW_ENCODING_NAMES_TO_OLD, PREFERED_ENCODING_ORDER, get_codec
Expand Down

0 comments on commit dddba99

Please sign in to comment.