Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/client/cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network/client/cache.py')
-rw-r--r--sugar_network/client/cache.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/sugar_network/client/cache.py b/sugar_network/client/cache.py
index df76a29..8bee316 100644
--- a/sugar_network/client/cache.py
+++ b/sugar_network/client/cache.py
@@ -13,6 +13,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# sugar-lint: disable
+
import os
import sys
import time
@@ -20,7 +22,7 @@ import logging
from os.path import exists
from sugar_network import client
-from sugar_network.db import files
+from sugar_network.db import blobs
from sugar_network.toolkit import pylru, enforce