from __futre__ import print_function
This commit is contained in:
parent
a9002374b1
commit
ec252440d9
14 changed files with 49 additions and 34 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# vi:si:et:sw=4:sts=4:ts=4
|
||||
from __future__ import print_function
|
||||
|
||||
from ox.cache import read_url
|
||||
from ox.html import decode_html
|
||||
from ox.text import find_re
|
||||
|
|
@ -18,4 +20,4 @@ def get_lyrics(title, artist):
|
|||
return lyrics
|
||||
|
||||
if __name__ == '__main__':
|
||||
print getLyrics('Election Day', 'Arcadia')
|
||||
print(get_lyrics('Election Day', 'Arcadia'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue