Skip to content

Commit 09a5c60

Browse files
committed
update test app
1 parent 7936906 commit 09a5c60

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/testapp.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
from _compact import PY2
33
from flask.ext import excel
44
import pyexcel.ext.xls
5-
if PY2:
6-
import pyexcel.ext.ods
7-
else:
8-
import pyexcel.ext.ods3
5+
import pyexcel.ext.ods3
96
import pyexcel.ext.xlsx
107
from flask.ext.sqlalchemy import SQLAlchemy
118
from datetime import datetime

0 commit comments

Comments
 (0)