|
@@ -12,12 +12,12 @@ from .batman import BatmanParser
|
|
|
from .dashing import DashingClient
|
|
|
from .graphite import GraphitePush
|
|
|
from .server import ApiServer
|
|
|
-from .storage import Storage
|
|
|
+from .filestorage import FileStorage
|
|
|
|
|
|
__all__ = [
|
|
|
'AlfredParser', 'BatmanParser',
|
|
|
'DashingClient', 'GraphitePush',
|
|
|
- 'Storage', 'ApiServer',
|
|
|
+ 'FileStorage', 'ApiServer',
|
|
|
'dict_merge', 'merge_alfred_batman',
|
|
|
'resolve_ipblock', 'mac2id',
|
|
|
]
|