Breakout init into submodules.

This commit is contained in:
2013-10-27 16:59:21 +00:00
parent ed772ab21f
commit 359c5e3ef0
4 changed files with 425 additions and 361 deletions

View File

@@ -1,5 +1,5 @@
import unittest
from __init__ import TS3Proto
from protocol import TS3Proto
class TS3ProtoTest(unittest.TestCase):
""" Tests the TS3Proto class """