Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/graphics/frame.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-02-14 15:20:00 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-02-14 15:20:00 (GMT)
commitbcdff5ddd33d28d637f49c029923e518902cc852 (patch)
tree31c5051576891ba2b05cbfc5db31f898e70d0fcb /sugar/graphics/frame.py
parentc935a5c2501f96a1c905944e4f103e95dc7f7d7f (diff)
Move Color inside style
Diffstat (limited to 'sugar/graphics/frame.py')
-rw-r--r--sugar/graphics/frame.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/graphics/frame.py b/sugar/graphics/frame.py
index 9bf9641..16ad76c 100644
--- a/sugar/graphics/frame.py
+++ b/sugar/graphics/frame.py
@@ -15,7 +15,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
-from sugar.graphics.color import Color
+from sugar.graphics.style import Color
from sugar.graphics.roundbox import RoundBox
class Frame(RoundBox):