Skip to content

Commit

Permalink
Adding init to __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
moogar0880 committed Feb 15, 2015
1 parent 2088be8 commit 5f3dd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trakt/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__author__ = 'Jon Nappi'
__all__ = ['Airs', 'Alias', 'Comment', 'Genre', 'Translation', 'get', 'delete',
'post', 'put']
'post', 'put', 'init']

BASE_URL = 'https://api.trakt.tv/'
CLIENT_ID = 'd0113f50a0c6ff4d8977427a81e34057ecd54ebfa245f481d1e45baa47129629'
Expand Down

0 comments on commit 5f3dd29

Please sign in to comment.