diff options
author | Krzysztof <kkszysiu@gmail.com> | 2011-03-27 16:34:24 +0200 |
---|---|---|
committer | Krzysztof <kkszysiu@gmail.com> | 2011-03-27 16:34:24 +0200 |
commit | 0a42861eebd3bcffdf4995001645361ae23d8c88 (patch) | |
tree | daaaebe067caee48259c580e25f8b2432632826b /sunshine/contacts_info.py | |
parent | 6b867bd11721367c583f99613bde7a789a6cc281 (diff) |
Revert "Some fixed and improved logger."
This reverts commit b9830c29eeec1bde2aac4af6ad3e4c1ca55ab7a5.
Diffstat (limited to 'sunshine/contacts_info.py')
-rw-r--r-- | sunshine/contacts_info.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunshine/contacts_info.py b/sunshine/contacts_info.py index 68a65f4..d7e0060 100644 --- a/sunshine/contacts_info.py +++ b/sunshine/contacts_info.py @@ -26,7 +26,7 @@ import telepathy import telepathy.constants import telepathy.errors -from twisted.internet import defer +from twisted.internet.defer import Deferred from sunshine.handle import SunshineHandleFactory from sunshine.util.decorator import async |