utils: Move code related to file locking into separate file
authorMichael Hanselmann <hansmi@google.com>
Mon, 10 Jan 2011 16:58:52 +0000 (17:58 +0100)
committerMichael Hanselmann <hansmi@google.com>
Tue, 11 Jan 2011 14:25:03 +0000 (15:25 +0100)
commit9d1b963f9ae6362dc9242bdb23627d979175dc8a
tree6f816b539b9787c5d55eebe0d37617e708adb83d
parent7831fc5fbe3a80d590a9215b73e58ed259bd0582
utils: Move code related to file locking 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/filelock.py [new file with mode: 0644]
test/ganeti.utils.filelock_unittest.py [new file with mode: 0755]
test/ganeti.utils_unittest.py