Skip to content

Commit

Permalink
fix for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Chyroc Chen authored and Chyroc Chen committed Dec 18, 2016
1 parent 9111729 commit 748f070
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 748f070

Please sign in to comment.