1.1 --- a/gtkpygments.py Wed May 30 08:21:46 2007 +0200 1.2 +++ b/gtkpygments.py Mon Aug 23 17:07:30 2010 +0000 1.3 @@ -1,5 +1,14 @@ 1.4 #!/usr/bin/env python 1.5 # -*- coding: utf-8 -*- 1.6 +""" 1.7 + GTKPygments 1.8 + ~~~~~~~~~~~ 1.9 + 1.10 + proof of concept pygments to gtk widget renderer 1.11 + 1.12 + :copyright: 2007 by Armin Ronacher. 1.13 + :license: GNU GPL. 1.14 +""" 1.15 import pygtk 1.16 pygtk.require('2.0') 1.17 import gtk