alfonsodg / demo-web2py

Apache License 2.0
0 stars 0 forks source link

Missed imports of DALStorage, SQLCallableList from gql.py #45

Closed alfonsodg closed 10 years ago

alfonsodg commented 10 years ago

From danil.m...@gmail.com on August 10, 2009 09:47:51

While running withing GAE devserver, errors occur, because DALStorage, SQLCallableList are undefined in gql.py. Adding this row fixes this: from memdb import DALStorage, SQLCallableList

Original issue: http://code.google.com/p/web2py/issues/detail?id=46

alfonsodg commented 10 years ago

From massimod...@gmail.com on August 11, 2009 05:25:04

Please check it anayway.

Status: Fixed