Skip to content

Commit

Permalink
Import 'request'.
Browse files Browse the repository at this point in the history
  • Loading branch information
glogiotatidis committed Apr 24, 2013
1 parent 8cd43d6 commit 9e0be35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basket/__init__.py
@@ -1,4 +1,4 @@
"""A Python client for Mozilla's basket service."""

from base import (BasketException, debug_user, get_newsletters, send_sms,
subscribe, unsubscribe, update_user, user)
from base import (BasketException, debug_user, get_newsletters, request,
send_sms, subscribe, unsubscribe, update_user, user)

0 comments on commit 9e0be35

Please sign in to comment.