Commit bc57fa76 authored by Tres Seaver's avatar Tres Seaver

Coverage.

parent 30ab45e9
......@@ -23,7 +23,7 @@ try:
from .cPersistence import UPTODATE
from .cPersistence import CHANGED
from .cPersistence import STICKY
except ImportError:
except ImportError: #pragma NO COVER
GHOST = -1
UPTODATE = 0
CHANGED = 1
......
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