mirror of
https://github.com/beetbox/beets.git
synced 2026-05-18 18:10:23 -04:00
6 lines
125 B
Python
6 lines
125 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
# Make python -m testall.py work.
|
|
|
|
from __future__ import division, absolute_import, print_function
|