diff options
| author | Devendra | 2014-04-02 02:44:29 +0530 |
|---|---|---|
| committer | Devendra | 2014-04-02 02:44:29 +0530 |
| commit | 765ee5db6fc39d77e55dcf4fe97fb96da2f46d30 (patch) | |
| tree | ec6e9e2d102e866ae1b54a43d805607f0c62b8c2 /python/Makefile | |
| parent | 9ac3ccf6283772b404a0c80945e3cdf3406ac5bf (diff) | |
| download | pubnub-python-765ee5db6fc39d77e55dcf4fe97fb96da2f46d30.tar.bz2 | |
multiplexing support
Diffstat (limited to 'python/Makefile')
| -rw-r--r-- | python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile b/python/Makefile index 5eb9e2f..b693cf8 100644 --- a/python/Makefile +++ b/python/Makefile @@ -12,7 +12,7 @@ build: echo "\n" >> ./Pubnub.py cat ../common/PubnubBase.py >> ./Pubnub.py echo "\n" >> ./Pubnub.py - cat ../common/PubnubCore.py >> ./Pubnub.py + cat ../common/PubnubCoreAsync.py >> ./Pubnub.py echo "\n" >> ./Pubnub.py cat ./unassembled/Platform.py >> ./Pubnub.py find -name "Pubnub*py" | xargs sed -i "s/PubNub\ [0-9]\.[0-9]\.[0-9]/PubNub\ $(VERSION)/g" |
