~beuno/loggerhead/zpt.cleaner_urls

« back to all changes in this revision

Viewing changes to loggerhead/controllers/atom_ui.py

  • Committer: Martin Albisetti
  • Date: 2008-06-18 04:08:52 UTC
  • mfrom: (128.22.4 trunk)
  • Revision ID: argentina@gmail.com-20080618040852-qess1m7633apk3h5
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
                'updated': entries[0].date.isoformat() + 'Z',
51
51
            }
52
52
            vals.update(templatefunctions)
53
 
            h.flush_cache()
54
53
            return vals
55
54
        finally:
56
55
            h._branch.unlock()