コード例 #1
0
def make_simple_test():
    # make simple test
    try:
        from prettyprint.prettyprint import pp
        pp(c.config_get())
    except ImportError:
        print c.config_get()
コード例 #2
0
ファイル: redis_client.py プロジェクト: kindy/async_chatroom
def make_simple_test():
    # make simple test
    try:
        from prettyprint.prettyprint import pp
        pp(c.config_get())
    except ImportError:
        print c.config_get()