Skip to content

Commit

Permalink
Merge pull request #50 from Chyroc/feature/RClient
Browse files Browse the repository at this point in the history
fix for ci
  • Loading branch information
chyroc authored Dec 18, 2016
2 parents 9111729 + 748f070 commit 276e722
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/ruokuaicode_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import unittest

from test import config
from wechatsogou.ruokuaicode import RClient
from wechatsogou import RClient


class RuokuaicodeTest(unittest.TestCase):
Expand Down
5 changes: 3 additions & 2 deletions wechatsogou/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

from .api import WechatSogouApi
from .filecache import WechatCache
from .ruokuaicode import RClient

__all__ = ['WechatSogouApi', 'WechatCache']
__all__ = ['WechatSogouApi', 'WechatCache', 'RClient']

__version__ = "2.0.1"
__version__ = "2.0.3"

0 comments on commit 276e722

Please sign in to comment.