From 573d91f5d7fa31811a091885808c0426d3ff94f5 Mon Sep 17 00:00:00 2001 From: tatiana Date: Tue, 26 Jan 2010 19:24:00 +0000 Subject: [PATCH] FIX: Open project but (missing utils) --- invesalius/data/slice_.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/invesalius/data/slice_.py b/invesalius/data/slice_.py index 6e8403f..c73d095 100644 --- a/invesalius/data/slice_.py +++ b/invesalius/data/slice_.py @@ -27,11 +27,11 @@ from mask import Mask import style as st from project import Project import session as ses -from utils import Singleton +import utils class Slice(object): - __metaclass__= Singleton + __metaclass__= utils.Singleton # Only one slice will be initialized per time (despite several viewers # show it from distinct perspectives). # Therefore, we use Singleton design pattern for implementing it. -- libgit2 0.21.2