Skip to content

Commit

Permalink
add spaces to make it easier to apply patches
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@2946 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Mar 13, 2013
1 parent 0aee156 commit 2fa12a7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/xpra/xposix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@
# Platform-specific code for Posix systems with X11 display.
import os.path
import sys
#preserve the spaces below to make it easier to apply patches:



XPRA_LOCAL_SERVERS_SUPPORTED = True



XPRA_SHADOW_SUPPORTED = True



DEFAULT_SSH_CMD = "ssh"
GOT_PASSWORD_PROMPT_SUGGESTION = "Perhaps you need to set up your ssh agent?\n"

Expand Down

0 comments on commit 2fa12a7

Please sign in to comment.