summaryrefslogtreecommitdiff
path: root/ick2/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'ick2/__init__.py')
-rw-r--r--ick2/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ick2/__init__.py b/ick2/__init__.py
index f489396..0016f13 100644
--- a/ick2/__init__.py
+++ b/ick2/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2017-2018 Lars Wirzenius
+# Copyright (C) 2017-2019 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
@@ -16,7 +16,7 @@
from .version import __version__, __version_info__
from .logging import setup_logging, log
from .persistent import (
- FilePersistentState,
+ MemoryPersistentState,
NotFound,
Resource,
resource_from_dict,