diff options
| author | Devendra | 2015-06-19 00:53:30 +0530 |
|---|---|---|
| committer | Devendra | 2015-06-19 00:53:30 +0530 |
| commit | e9e089132be7a9602cccb49257acbb9719734ad4 (patch) | |
| tree | dd25cef456cb24982e7e346f683c48e703ff53b1 | |
| parent | 74953cb311e46636f9ce4903e41acac9bfc7f6ba (diff) | |
| download | pubnub-python-pam_demo.tar.bz2 | |
changing importpam_demo
| -rw-r--r-- | python/examples/pam_demo/demo.py | 2 |
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 |
