Change INVITE_SEPARATOR to '+'.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2015-07-20 23:03:02 +01:00
parent 6e6a771847
commit 8891b7d550

View File

@ -9,7 +9,7 @@ import tahoe_mv
from allmydata.util import fileutil
from allmydata import uri
INVITE_SEPARATOR = "~"
INVITE_SEPARATOR = "+"
class CreateOptions(BasedirOptions):
nickname = None