diff options
Diffstat (limited to 'src/c_client.py')
-rw-r--r-- | src/c_client.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/c_client.py b/src/c_client.py index b1d6d07..4f66b48 100644 --- a/src/c_client.py +++ b/src/c_client.py @@ -3044,8 +3044,6 @@ except OSError as e: if e.errno != errno.EEXIST: raise -today = time.strftime('%Y-%m-%d', time.gmtime(os.path.getmtime(args[0]))) - # Parse the xml header module = Module(args[0], output) |