~jjacobs/frack/1069658-empty-ticket-modification-element

« back to all changes in this revision

Viewing changes to frack/db.py

  • Committer: Allen Short
  • Date: 2012-05-02 23:12:18 UTC
  • Revision ID: washort42@gmail.com-20120502231218-yeyu33jppwxotvhs
less broken browserid

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
                      (key, username, int(time.time())))
83
83
        else:
84
84
            key = result[0][0]
85
 
        return (key, username)
 
85
        return defer.succeed((key, username))