Fixing imports for new pydal

This commit is contained in:
gi0baro
2014-12-15 22:24:04 +01:00
parent 5a605f59b9
commit f60c1dff93
12 changed files with 24 additions and 22 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from gluon.pydal import DAL as pyDAL
from gluon.pydal import Field, SQLCustomType, geoPoint, geoLine, geoPolygon
from pydal import DAL as pyDAL
from pydal import Field, SQLCustomType, geoPoint, geoLine, geoPolygon
from gluon import serializers as w2p_serializers