-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This will not fix issue #92, but is needed for Anki 2.1.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- mode: Python ; coding: utf-8 -*- | ||
# | ||
# Copyright © 2013–14 Roland Sieker <[email protected]> | ||
# Copyright © 2013–16 Roland Sieker <[email protected]> | ||
# | ||
# License: GNU AGPL, version 3 or later; | ||
# http://www.gnu.org/copyleft/agpl.html | ||
|
@@ -12,8 +12,8 @@ | |
import shutil | ||
|
||
from BeautifulSoup import BeautifulSoup | ||
from PyQt4.QtCore import QUrl | ||
from PyQt4.QtGui import QDesktopServices | ||
from PyQt5.QtCore import QUrl | ||
from PyQt5.QtGui import QDesktopServices | ||
|
||
from anki.hooks import addHook, wrap | ||
from anki.sound import play | ||
|