From e9e089132be7a9602cccb49257acbb9719734ad4 Mon Sep 17 00:00:00 2001 From: Devendra Date: Fri, 19 Jun 2015 00:53:30 +0530 Subject: changing import --- python/examples/pam_demo/demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/examples') diff --git a/python/examples/pam_demo/demo.py b/python/examples/pam_demo/demo.py index decef8e..c08f9f5 100644 --- a/python/examples/pam_demo/demo.py +++ b/python/examples/pam_demo/demo.py @@ -2,7 +2,7 @@ from gevent.monkey import patch_all patch_all() import sys -from Pubnub import Pubnub +from pubnub import Pubnub import random import json -- cgit v1.2.3