From c57ca3c86a91e4bcac281886a73adf81fb8a4e75 Mon Sep 17 00:00:00 2001 From: Maarten Gribnau Date: Thu, 14 Nov 2002 16:50:24 +0000 Subject: [PATCH] Changed module name utils to util so that freeze will find the quaternions etc. there. Maarten --- intern/python/modules/beta/Scenegraph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intern/python/modules/beta/Scenegraph.py b/intern/python/modules/beta/Scenegraph.py index 388beeb7b11..006ddafa32e 100644 --- a/intern/python/modules/beta/Scenegraph.py +++ b/intern/python/modules/beta/Scenegraph.py @@ -4,7 +4,7 @@ It contains low level API calls...""" # (c) 2001, Martin Strubel // onk@section5.de -from utils import quat #quaternions +from util import quat #quaternions from Blender import Object, Lamp, Scene