utils: Move text-related functions into separate file
authorMichael Hanselmann <hansmi@google.com>
Mon, 10 Jan 2011 14:48:00 +0000 (15:48 +0100)
committerMichael Hanselmann <hansmi@google.com>
Mon, 10 Jan 2011 16:15:59 +0000 (17:15 +0100)
commit7fcffe273870eb75842f365554061d1c71fcf81b
tree4e4ca512c393a02c993aaaa82819b52409b77e53
parent79d22269bc9a9fb2c46523cf905d4c0b78958333
utils: Move text-related functions into separate file

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Makefile.am
lib/utils/__init__.py
lib/utils/text.py [new file with mode: 0644]
test/ganeti.utils.text_unittest.py [new file with mode: 0755]
test/ganeti.utils_unittest.py