[Xcb] [PATCH libxcb 2/7] c_client.py: remove useless 'today' variable
Ran Benita
ran234 at gmail.com
Sun Feb 23 12:55:16 PST 2014
Signed-off-by: Ran Benita <ran234 at gmail.com>
---
src/c_client.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/c_client.py b/src/c_client.py
index aaaab2e..c0119e5 100644
--- a/src/c_client.py
+++ b/src/c_client.py
@@ -3018,8 +3018,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)
--
1.9.0
More information about the Xcb
mailing list