aboutsummaryrefslogtreecommitdiff
path: root/parrot_zik/resource_manager.py
diff options
context:
space:
mode:
authorMarek Siarkowicz <mareksiarkowicz@gmail.com>2015-06-15 12:41:30 +0200
committerMarek Siarkowicz <mareksiarkowicz@gmail.com>2015-06-15 12:41:30 +0200
commitb4ff541fd77d4076051e57b748fc5817e0cc1e25 (patch)
tree0251b1812c3a4d37ee7a3794b90ee692f66ebdb1 /parrot_zik/resource_manager.py
parent21ed2889c4001d7338bfc4e356a567d5471893b1 (diff)
downloadpyParrotZikTCP-b4ff541fd77d4076051e57b748fc5817e0cc1e25.tar.xz
pyParrotZikTCP-b4ff541fd77d4076051e57b748fc5817e0cc1e25.zip
Make into proper package.
Diffstat (limited to 'parrot_zik/resource_manager.py')
-rw-r--r--parrot_zik/resource_manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parrot_zik/resource_manager.py b/parrot_zik/resource_manager.py
index 8b63e8c..8a9cd46 100644
--- a/parrot_zik/resource_manager.py
+++ b/parrot_zik/resource_manager.py
@@ -4,7 +4,7 @@ import sys
from BeautifulSoup import BeautifulSoup
-from parrot_zik.message import Message
+from .message import Message
class ResourceManagerBase(object):