Show
Ignore:
Timestamp:
07/16/08 02:45:17 (5 months ago)
Author:
arj..@yirdis.nl
Message:

more profile cleanup.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gaphas/trunk/demo_profile.py

    r2334 r2335  
    11#!/usr/bin/env python 
    2  
    3 import pygtk 
    4 pygtk.require('2.0')  
    5  
    6 import sys 
    7 import math 
    8 import gtk 
    9 from gaphas import Canvas, GtkView, View 
    10 from gaphas.examples import Box, Text, DefaultExampleTool 
    11 from gaphas.item import Line, NW, SE 
    12 from gaphas.tool import PlacementTool, HandleTool 
    13 from gaphas.painter import ItemPainter 
    14 from gaphas import state 
    15 from gaphas.util import text_extents 
    162 
    173from demo import *