diff options
Diffstat (limited to 'python/examples/pubnub-console')
| -rw-r--r-- | python/examples/pubnub-console/pubnub-console | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/python/examples/pubnub-console/pubnub-console b/python/examples/pubnub-console/pubnub-console index bfa4486..a1915ed 100644 --- a/python/examples/pubnub-console/pubnub-console +++ b/python/examples/pubnub-console/pubnub-console @@ -7,7 +7,7 @@  import sys -from Pubnub import Pubnub +from pubnub import Pubnub  import threading  from datetime import datetime | 
