Commit fa6fdeca authored by Nicolas Delaby's avatar Nicolas Delaby

typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26995 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 45d121cd
# -*- coding: utf-8 -*-
############################################################################## ##############################################################################
# #
# Copyright (c) 2005 Nexedi SARL and Contributors. All Rights Reserved. # Copyright (c) 2005 Nexedi SARL and Contributors. All Rights Reserved.
...@@ -69,7 +70,6 @@ class CacheEntry(object): ...@@ -69,7 +70,6 @@ class CacheEntry(object):
class BaseCache(object): class BaseCache(object):
""" Base Cache class """ """ Base Cache class """
## Time interval (s) to check for expired objects ## Time interval (s) to check for expired objects
cache_expire_check_interval = 60 cache_expire_check_interval = 60
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment