This commit is contained in:
Kenneth Reitz
2011-12-26 23:28:39 -05:00
parent 7e622e1394
commit b0a5f413f6
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -7,8 +7,9 @@ heroku.api
This module provides the basic API interface for Heroku.
"""
import json
import requests
from .compat import json
from .helpers import is_collection
from .structures import KeyedListResource
from .models import *