Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.1, 0.8.2, and 0.8.3

graphcell: convert only utf-8 python source to ascii

Changeset d62377227360

Parent 59eb6e69c756

by Steve Borho

Changes to one file · Browse files at d62377227360 Showing diff from parent 59eb6e69c756 Diff from another changeset...

 
1
2
3
4
 
10
11
12
13
 
14
15
16
 
 
1
2
3
 
9
10
11
 
12
13
14
15
@@ -1,4 +1,3 @@
-# -*- coding: UTF-8 -*-  """Cell renderer for directed graph.    This module contains the implementation of a custom GtkCellRenderer that @@ -10,7 +9,7 @@
 just be for the background.  """   -__copyright__ = "Copyright 2005 Canonical Ltd." +__copyright__ = "Copyright 2005 Canonical Ltd."  __author__ = "Scott James Remnant <scott@ubuntu.com>"    import math