unused imports

This commit is contained in:
Damien Elmes 2016-06-23 12:09:18 +10:00
parent cf2ea47076
commit 4b478cd3e9

View file

@ -3,9 +3,6 @@
# License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
import sys
import os
import platform
import json
if sys.version_info[0] < 3:
raise Exception("Anki should be run with Python 3")