beets/beets
Johnny Robeson 364d32953e use buffer on py2, memoryview on py3
This wouldn't be necessary if the sqlite module accepted memoryview
instances on py2, but it doesn't.
2016-06-24 05:53:56 -04:00
..
autotag replace iter{items|values} with six.iter{items|values} 2016-06-24 05:53:55 -04:00
dbcore use buffer on py2, memoryview on py3 2016-06-24 05:53:56 -04:00
ui replace iter{items|values} with six.iter{items|values} 2016-06-24 05:53:55 -04:00
util use buffer on py2, memoryview on py3 2016-06-24 05:53:56 -04:00
__init__.py Remove library import from __init__.py 2016-05-28 17:05:48 -04:00
art.py make sure extract() in art handles bytestring paths 2016-06-17 02:37:08 -04:00
config_default.yaml Add new importer configuration to deal with duplicate items 2016-06-19 12:53:37 +05:30
importer.py replace unicode with six.text_type 2016-06-24 05:53:49 -04:00
library.py use buffer on py2, memoryview on py3 2016-06-24 05:53:56 -04:00
logging.py replace unicode with six.text_type 2016-06-24 05:53:49 -04:00
mediafile.py replace basestring with six.text_types 2016-06-24 05:53:55 -04:00
plugins.py replace basestring with six.text_types 2016-06-24 05:53:55 -04:00
vfs.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00