diff options
Diffstat (limited to 'python')
| -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 | 
