Skip to content

Commit

Permalink
Make mixins.py use the in-repo treeherder-client
Browse files Browse the repository at this point in the history
The revert of bug 1080760 added back an import of the treeherder-client
package, which escaped conversion since it was not present when the
client was imported to the repo.
  • Loading branch information
Ed Morley committed May 3, 2015
1 parent 6c7d48d commit 4824072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion treeherder/etl/mixins.py
Expand Up @@ -10,7 +10,7 @@

import simplejson as json

from thclient import TreeherderRequest
from treeherder.client import TreeherderRequest

from django.core.urlresolvers import reverse
from django.conf import settings
Expand Down

0 comments on commit 4824072

Please sign in to comment.