[pygobject] Remove obsolete comments in dsextras.py



commit 27367c8dc3a3a31fdd778505b319cd3f4afb9e27
Author: John Stowers <john stowers gmail com>
Date:   Fri Oct 15 09:39:02 2010 +1300

    Remove obsolete comments in dsextras.py

 dsextras.py |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)
---
diff --git a/dsextras.py b/dsextras.py
index 2b44a20..fd9fefe 100644
--- a/dsextras.py
+++ b/dsextras.py
@@ -321,20 +321,13 @@ class PkgConfigExtension(Extension):
     def generate(self):
         pass
 
-# The Template and TemplateExtension classes require codegen which is
-# currently part of the pygtk distribution. While codegen might ultimately
-# be moved to pygobject, it was decided (bug #353849) to keep the Template
-# and TemplateExtension code in dsextras. In the meantime, we check for the
-# availability of codegen and redirect the user to the pygtk installer if
-# he/she wants to get access to Template and TemplateExtension.
+# The Template and TemplateExtension classes require codegen
 
 template_classes_enabled=True
 codegen_error_message="""
 ***************************************************************************
 Codegen could not be found on your system and is required by the
-dsextras.Template and dsextras.TemplateExtension classes. codegen is part
-of PyGTK. To use either Template or TemplateExtension, you should also
-install PyGTK.
+dsextras.Template and dsextras.TemplateExtension classes.
 ***************************************************************************
 """
 try:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]