diff options
author | tilly-Q <nattilypigeonfowl@gmail.com> | 2013-11-19 15:14:14 -0500 |
---|---|---|
committer | tilly-Q <nattilypigeonfowl@gmail.com> | 2013-11-19 15:14:14 -0500 |
commit | 9412fffef1fc7d07ff76c1614c56ff8bd0b1ecbc (patch) | |
tree | e5425258f38105f41e35437c7038d3e9a22771ee /mediagoblin/user_pages/lib.py | |
parent | 7dfcc538d3a5f9aaedee294d4a870c2676470d68 (diff) | |
download | mediagoblin-9412fffef1fc7d07ff76c1614c56ff8bd0b1ecbc.tar.lz mediagoblin-9412fffef1fc7d07ff76c1614c56ff8bd0b1ecbc.tar.xz mediagoblin-9412fffef1fc7d07ff76c1614c56ff8bd0b1ecbc.zip |
I went through the code and just removed some blank spaces. I also looked it
thru and it looked great.
Diffstat (limited to 'mediagoblin/user_pages/lib.py')
-rw-r--r-- | mediagoblin/user_pages/lib.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mediagoblin/user_pages/lib.py b/mediagoblin/user_pages/lib.py index 16da89d6..e5c8defc 100644 --- a/mediagoblin/user_pages/lib.py +++ b/mediagoblin/user_pages/lib.py @@ -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: |