From 2b1916182d36043c2dbce7c2718e8e1d1a976429 Mon Sep 17 00:00:00 2001 From: Jessica Tallon Date: Tue, 7 Oct 2014 08:54:26 +0100 Subject: Add __repr__ to Activity and Generator class --- mediagoblin/tools/federation.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mediagoblin/tools') diff --git a/mediagoblin/tools/federation.py b/mediagoblin/tools/federation.py index 281994cc..890e8801 100644 --- a/mediagoblin/tools/federation.py +++ b/mediagoblin/tools/federation.py @@ -14,8 +14,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -from mediagoblin.db.models import Activity, Generator, User, MediaEntry, \ - MediaComment, Collection +from mediagoblin.db.models import Activity, Generator, User def create_activity(verb, obj, actor, target=None): """ -- cgit v1.2.3