[mythtv-commits] mythtv/master commit: 4663490f8 by Raymond Wagner (wagnerrp)

MythTV noreply at mythtv.org
Thu Mar 29 00:56:33 UTC 2012


      Author:  Raymond Wagner <rwagner at mythtv.org>
 Change Date:  2012-03-28T17:31:29-07:00
   Push Date:  2012/03/28 17:56:25 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  4663490f8fa99dd5869aff595f56873175e47826
   Changeset:  https://github.com/MythTV/mythtv/commit/4663490f8

Log:

Split cache engines into own files. Add msvcrt locking for file engine.

This splits each of the current cache engines into separate files for
easier management, and reworks organization a bit to correct dependency
issues. This also adds a secondary file locking mechanism for Windows
where flock is not available.

Added:

   tmdb3/cache_engine.py
   tmdb3/cache_file.py
   tmdb3/cache_null.py

Modified:

   tmdb3/__init__.py
   tmdb3/cache.py



More information about the mythtv-commits mailing list