diff --git a/gramps/gen/lib/handle.py b/gramps/gen/lib/handle.py index e98eecb16..85eeb357a 100644 --- a/gramps/gen/lib/handle.py +++ b/gramps/gen/lib/handle.py @@ -20,7 +20,7 @@ # $Id$ - from gramps.gen.constfunc import UNITYPE +from gramps.gen.constfunc import UNITYPE class Handle: def __init__(self, classname, handle):