From 0188b16a37540a0e5e593a49bcd9572b934e3088 Mon Sep 17 00:00:00 2001 From: Adam Waldenberg Date: Mon, 14 May 2012 15:27:14 +0200 Subject: [PATCH] Removed an unused import from the metrics module. --- metrics.py | 1 - 1 file changed, 1 deletion(-) diff --git a/metrics.py b/metrics.py index de87118..7d2ba1a 100644 --- a/metrics.py +++ b/metrics.py @@ -20,7 +20,6 @@ from changes import FileDiff import comment import missing -import os import system __metric_eloc__ = {"java": 500, "c": 500, "cpp": 500, "h": 300, "hpp": 300, "py": 500, "glsl": 1000,