You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2015/11/04 01:26:17 UTC

svn commit: r1712446 - /comdev/reporter.apache.org/trunk/scripts/parsepmcs.py

Author: sebb
Date: Wed Nov  4 00:26:17 2015
New Revision: 1712446

URL: http://svn.apache.org/viewvc?rev=1712446&view=rev
Log:
Unused imports

Modified:
    comdev/reporter.apache.org/trunk/scripts/parsepmcs.py

Modified: comdev/reporter.apache.org/trunk/scripts/parsepmcs.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/parsepmcs.py?rev=1712446&r1=1712445&r2=1712446&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/parsepmcs.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/parsepmcs.py Wed Nov  4 00:26:17 2015
@@ -29,8 +29,6 @@ import errtee
 import re
 from urlutils import UrlCache
 import json
-import os
-import datetime
 import time
 
 __HOME = '../data/'