Improved the gitignore files (vim temp file, .pyo file and .baboon directory).
Automatically pack & unpack data through the socket. Added some comments to the pack method. Handled possible error during the unpacking of data.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
*.pyc
|
||||
*.py[co]
|
||||
build/
|
||||
dist/
|
||||
MANIFEST
|
||||
@@ -8,3 +8,6 @@ docs/_build/
|
||||
.coverage
|
||||
sleekxmpp.egg-info/
|
||||
.ropeproject/
|
||||
4913
|
||||
*~
|
||||
.baboon/
|
||||
|
||||
Reference in New Issue
Block a user