Removed an unused import from the metrics module.

This commit is contained in:
Adam Waldenberg 2012-05-14 15:27:14 +02:00
parent 134d8d43a1
commit 0188b16a37
1 changed files with 0 additions and 1 deletions

View File

@ -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,