From 7e1259a128dfd59098127b592e623d9694a998dd Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 30 Sep 2009 21:57:02 -0500 Subject: [PATCH 1/1] Fixing a minor bug due to not updating things --- src/channel/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/channel/__init__.py b/src/channel/__init__.py index de25e95..aeb2796 100644 --- a/src/channel/__init__.py +++ b/src/channel/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -import group import contact_list import text +import call -- 1.7.9.5