remove stray text

This commit is contained in:
Damien Elmes 2016-04-05 11:04:40 +10:00
parent 04ada5015f
commit d71ca63b4c

View file

@ -31,5 +31,5 @@ if arch[1] == "ELF":
sys.version_info[1], arch[0][0:2])))
version="2.0.35" # build scripts grep this line, so preserve formatting
bumpfrom anki.storage import Collection
from anki.storage import Collection
__all__ = ["Collection"]