Switch to relative imports

This commit is contained in:
2013-10-27 17:22:47 +00:00
parent 9fd521336a
commit a8543521b8
3 changed files with 6 additions and 6 deletions

View File

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