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:
Sandro Munda
2012-11-01 10:58:54 +01:00
parent 6045a6bfb3
commit d444930494
2 changed files with 38 additions and 4 deletions

5
.gitignore vendored
View File

@@ -1,4 +1,4 @@
*.pyc
*.py[co]
build/
dist/
MANIFEST
@@ -8,3 +8,6 @@ docs/_build/
.coverage
sleekxmpp.egg-info/
.ropeproject/
4913
*~
.baboon/