From 233c384c6c53f91e1405d797d9683f3296ddabc1 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sat, 14 Mar 2009 15:57:17 +0100 Subject: * host/inter, host/simu: - moved drawable and trans_matrix to the new directory structure. - new drawable behaviour. --- host/inter/path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/inter/path.py') diff --git a/host/inter/path.py b/host/inter/path.py index eb5744eb..91e7fcc7 100644 --- a/host/inter/path.py +++ b/host/inter/path.py @@ -24,7 +24,7 @@ """Computed path drawing.""" from Tkinter import * -from drawable import * +from simu.inter.drawable import * from math import pi, cos, sin, sqrt -- cgit v1.2.3