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
+1 -1
View File
@@ -26,7 +26,7 @@ from gluon.fileutils import mktree, listdir, read_file, write_file
from gluon.myregex import regex_expose, regex_longcomments
from gluon.languages import translator
from gluon.dal import DAL, Field
from gluon.pydal.base import BaseAdapter
from pydal.base import BaseAdapter
from gluon.sqlhtml import SQLFORM, SQLTABLE
from gluon.cache import Cache
from gluon.globals import current, Response