0003033: const dependence in gen/plug/docgen stylesheet

svn: r12608
This commit is contained in:
Brian Matherly
2009-06-02 11:50:17 +00:00
parent a0b1965c24
commit 4ca984bd2f
7 changed files with 18 additions and 34 deletions

View File

@@ -24,6 +24,13 @@
General utility functions usefull for the generic plugin system
"""
#-------------------------------------------------------------------------
#
# Standard Python modules
#
#-------------------------------------------------------------------------
import locale
def gfloat(val):
"""Convert to floating number, taking care of possible locale differences.