Skip to content

Commit

Permalink
importing collections to get ordered dict
Browse files Browse the repository at this point in the history
  • Loading branch information
Karolis Rusenas committed Aug 18, 2015
1 parent 89d52ba commit 2e6008a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/sfclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from tornado.httpclient import AsyncHTTPClient
import json
from tornado import gen
import collections

from simple_salesforce import Salesforce

Expand Down Expand Up @@ -29,7 +30,6 @@ def quick_search(self, name):

@gen.coroutine
def get_report(self, report_id=None):
# TODO: split into several methods, separate downloading and processing
if report_id is not None:
# check if we have logged in
if self.session is None:
Expand Down

0 comments on commit 2e6008a

Please sign in to comment.