Varun Mittal 481d2226b1 Remove keyword arguments from os.open call, instead add check for mode bits
The open() method of OS module don't have any keyword arguments and would fail
with exceptions if **kwargs is passed.
Instead, I have added mode as named argument with 0o777 as default mode for
os.open() call

Change-Id: I5628883f4fb5ef7f08944673b0e5cc09bc166540
Signed-off-by: Varun Mittal <varun.mittal@in.ibm.com>
2015-10-14 08:57:36 +05:30
..
2015-07-06 15:22:10 +05:30