From 9620b78ee014a92980c8e12df2386bc6aabb72c5 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Mon, 20 Dec 2010 12:29:19 +0000 Subject: [PATCH] added comment about why this file exists svn: r16303 --- src/constfunc.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/constfunc.py b/src/constfunc.py index cd98471f1..cce82aed7 100644 --- a/src/constfunc.py +++ b/src/constfunc.py @@ -22,7 +22,9 @@ # $Id:constfunc.py 14272 2010-02-07 19:11:00Z ldnp $ """ -Some independet constants +Some independent constants/functions that can be safely imported +without any translation happening yet. Do _not_ add imports that will +perform a translation on import, eg gtk. """ #------------------------------------------------------------------------