Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix for error 500 being thrown at registration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan M Tran authored and spladug committed Jul 9, 2012
1 parent 1f951aa commit 9ed1f8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions r2/r2/controllers/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

from r2.models import *

from r2.lib import amqp

from r2.lib.utils import get_title, sanitize_url, timeuntil, set_last_modified
from r2.lib.utils import query_string, timefromnow, randstr
from r2.lib.utils import timeago, tup, filter_links
Expand Down

0 comments on commit 9ed1f8c

Please sign in to comment.