summaryrefslogtreecommitdiff
path: root/ick2/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'ick2/__init__.py')
-rw-r--r--ick2/__init__.py14
1 files changed, 4 insertions, 10 deletions
diff --git a/ick2/__init__.py b/ick2/__init__.py
index 586ddb5..f489396 100644
--- a/ick2/__init__.py
+++ b/ick2/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017-2019 Lars Wirzenius
+# Copyright (C) 2017-2018 Lars Wirzenius
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
@@ -15,11 +15,9 @@
from .version import __version__, __version_info__
from .logging import setup_logging, log
-from .store import (
- MemoryStore,
- MuckStore,
-)
-from .resource import (
+from .persistent import (
+ FilePersistentState,
+ NotFound,
Resource,
resource_from_dict,
)
@@ -49,10 +47,7 @@ from .buildsm import (
)
from .exceptions import (
BadUpdate,
- NotFound,
ExistsAlready,
- Conflict,
- StoreError,
IckException,
MethodNotAllowed,
ClientIdMissing,
@@ -89,7 +84,6 @@ from .client import (
AuthClient,
Reporter,
)
-from .tokengetter import TokenGetter
from .actionenvs import (
Runner,
ActionEnvironment,