Merge pull request #595 from kvar/master

DAL imports portalocker from gluon to avoid conflict with another portal...
This commit is contained in:
mdipierro
2015-01-21 09:33:11 -06:00
+1 -1
View File
@@ -19,7 +19,7 @@ except (ImportError, SystemError):
def web2py_uuid(): return str(uuid.uuid4())
try:
import portalocker
from gluon import portalocker
have_portalocker = True
except ImportError:
portalocker = None