Merge pull request #1502 from JarbasAl/bug_fix_audio_service_old_class_style

AudioService - no old style class
pull/1507/head
Åke 2018-03-23 13:17:04 -05:00 committed by GitHub
commit eac0d81e94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ def ensure_uri(s):
return s
class AudioService():
class AudioService(object):
"""
AudioService object for interacting with the audio subsystem