]> gitweb.michael.orlitzky.com - dead/census-tools.git/commit
Added the StringUtils module with the is_integer() function.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 12 Sep 2009 14:48:25 +0000 (10:48 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 12 Sep 2009 14:48:25 +0000 (10:48 -0400)
commit75ac117b996561aea48d7c30c2ebdb6db8177c14
treeac634bf599597859676cc1558c9858d047fdba03
parentd1ae92e454c529c4ace25e7297ba0e4a3b428f29
Added the StringUtils module with the is_integer() function.
Imported StringUtils into SummaryFile1.
Removed the InvalidAreaError, since we need to accept areas of zero.
src/StringUtils.py [new file with mode: 0644]
src/SummaryFile1.py