Browse Source

comment

pull/51/head
Louis 11 years ago
parent
commit
6209f3e9ab
  1. 3
      patacrep/songs.py

3
patacrep/songs.py

@ -25,7 +25,8 @@ def cached_name(filename):
class Song(object):
"""Song management"""
# Version format of cached song.
# Version format of cached song. Increment this number if we update
# information stored in cache.
CACHE_VERSION = 0
# List of attributes to cache

Loading…
Cancel
Save