Skip to content

Commit

Permalink
Started to implement unit tests for the StunMsg python object
Browse files Browse the repository at this point in the history
  • Loading branch information
balena committed Apr 1, 2015
1 parent 08ca73a commit f2a8da5
Show file tree
Hide file tree
Showing 5 changed files with 312 additions and 98 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build
python/build
*.pyc
*.so
Expand Down
4 changes: 3 additions & 1 deletion python/stunmsg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
# dedication to be an overt act of relinquishment in perpetuity of all
# present and future rights to this software under copyright law.

__all__ = [ 'stunmsg' ]
from .stunmsg import StunMsg

__version__ = '1.0'
Loading

0 comments on commit f2a8da5

Please sign in to comment.