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 a12c77f..7276fb9 100644 --- a/python/examples/pubnub-console/pubnub-console +++ b/python/examples/pubnub-console/pubnub-console @@ -9,7 +9,7 @@ import sys -from Pubnub import PubnubAsync as Pubnub +from Pubnub import Pubnub import threading from datetime import datetime |
