add join_id

This commit is contained in:
Christophe Benz 2010-06-17 01:06:32 +02:00
commit cc610a5e12
2 changed files with 4 additions and 1 deletions

View file

@ -229,3 +229,6 @@ class ConsoleApplication(BaseApplication):
except ValueError:
backend_name = None
return _id, backend_name
def join_id(self, provider_id, backend_name):
return u'%s@%s' % (provider_id, backend_name)