~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to stop-loggerhead.py

the diff cache isn't adding very much, and can grow very large.  let's just
get rid of it, and only cache plain changes.  when a diff is desired, it will
be added on the way out.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/env python
 
1
#!/usr/bin/env python2.4
2
2
 
3
3
import pkg_resources
4
4
pkg_resources.require("TurboGears")