fixed pickleablestorage import
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 1.99.7 (2012-04-17 09:54:49) dev
|
||||
Version 1.99.7 (2012-04-17 10:01:57) dev
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ Provides:
|
||||
import cPickle
|
||||
import portalocker
|
||||
|
||||
__all__ = ['List', 'Storage', 'Settings', 'Messages',
|
||||
__all__ = ['List', 'Storage', 'Settings', 'Messages', 'PickleableStorage',
|
||||
'StorageList', 'load_storage', 'save_storage']
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ import cStringIO
|
||||
from email import MIMEBase, MIMEMultipart, MIMEText, Encoders, Header, message_from_string
|
||||
|
||||
from contenttype import contenttype
|
||||
from storage import Storage, PickleableStorage, StorageList, Settings, Messages
|
||||
from storage import Storage, StorageList, Settings, Messages
|
||||
from utils import web2py_uuid
|
||||
from fileutils import read_file
|
||||
from gluon import *
|
||||
|
||||
Reference in New Issue
Block a user