I went through the code and just removed some blank spaces. I also looked it

thru and it looked great.
This commit is contained in:
tilly-Q
2013-11-19 15:14:14 -05:00
parent 7dfcc538d3
commit 9412fffef1
3 changed files with 4 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
# GNU MediaGobli:n -- federated, autonomous media hosting
# GNU MediaGoblin -- federated, autonomous media hosting
# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS.
#
# This program is free software: you can redistribute it and/or modify
@@ -71,8 +71,6 @@ def add_media_to_collection(collection, media, note=None, commit=True):
collection.items = collection.items + 1
Session.add(collection)
Session.add(media)
if commit: