Skip to content

Commit

Permalink
#2 - fix get uri tokens method
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdavisgithub committed Sep 28, 2016
1 parent aad0871 commit 708afcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dandelion/datatxt.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,6 @@ def list(self):
return self.do_request(
{}, ('li', 'models', 'v1'), method='get'
)

def _get_uri_tokens(self):
return 'datatxt',

0 comments on commit 708afcb

Please sign in to comment.