Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Fix action to connect accounts.
Browse files Browse the repository at this point in the history
  • Loading branch information
sim6 committed Oct 21, 2013
1 parent 9f06418 commit 51597fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gittip/elsewhere/__init__.py
Expand Up @@ -7,11 +7,12 @@
from gittip.models.participant import reserve_a_random_username
from gittip.models.account_elsewhere import AccountElsewhere
from psycopg2 import IntegrityError
from aspen import json, log, Response
from aspen import json, log, Response, resources
from requests_oauthlib import OAuth1
import requests
from urlparse import parse_qs
from gittip.utils import mixpanel
from gittip.models._mixin_elsewhere import NeedConfirmation


ACTIONS = ['opt-in', 'connect', 'lock', 'unlock']
Expand Down

0 comments on commit 51597fd

Please sign in to comment.