Module: deluge Branch: master Commit: b2f349c05dbb3621272b4ea2776439203f6eeee4
Author: Andrew Resch <[email protected]> Date: Wed Feb 23 11:22:29 2011 -0800 Remove unnecessary import --- deluge/core/preferencesmanager.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/deluge/core/preferencesmanager.py b/deluge/core/preferencesmanager.py index a796598..bc108c0 100644 --- a/deluge/core/preferencesmanager.py +++ b/deluge/core/preferencesmanager.py @@ -38,7 +38,6 @@ import os import logging import threading import pkg_resources -from twisted.internet import reactor from twisted.internet.task import LoopingCall from deluge._libtorrent import lt -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
