aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevendra2015-06-19 00:53:30 +0530
committerDevendra2015-06-19 00:53:30 +0530
commite9e089132be7a9602cccb49257acbb9719734ad4 (patch)
treedd25cef456cb24982e7e346f683c48e703ff53b1
parent74953cb311e46636f9ce4903e41acac9bfc7f6ba (diff)
downloadpubnub-python-e9e089132be7a9602cccb49257acbb9719734ad4.tar.bz2
changing importpam_demo
-rw-r--r--python/examples/pam_demo/demo.py2
1 files changed, 1 insertions, 1 deletions
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