From 7bb3a95be79a2f6bd50ae0edb692cfb0537c519d Mon Sep 17 00:00:00 2001 From: Joe Stump Date: Tue, 11 Sep 2012 11:25:04 -0700 Subject: [PATCH] Changed dependencies around now that we're pinning with PIP. --- debian/control | 2 +- lookout/services/campfire.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 4f94fce..68edf8b 100644 --- a/debian/control +++ b/debian/control @@ -8,5 +8,5 @@ Homepage: https://github.com/sprintly/sprint.ly-services Package: python-lookout Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.5), python-django (>= 1.2.0), python-decorator +Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.5), python-decorator Description: Sprint.ly's outbound services integration. diff --git a/lookout/services/campfire.py b/lookout/services/campfire.py index e39ce4d..b1c1595 100644 --- a/lookout/services/campfire.py +++ b/lookout/services/campfire.py @@ -1,3 +1,6 @@ +from lookout.base import ServiceBase +from pinder import Campfire, Room + class Service(ServiceBase): """