From f52721e0a74719b15ed47680b6859c8ac2581376 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 21 Nov 2017 11:41:02 +0100 Subject: [PATCH] unneded modules --- lib/damask/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/damask/__init__.py b/lib/damask/__init__.py index 5b748ee19..379b23547 100644 --- a/lib/damask/__init__.py +++ b/lib/damask/__init__.py @@ -1,7 +1,7 @@ # -*- coding: UTF-8 no BOM -*- """Main aggregator""" -import os,sys,time +import os with open(os.path.join(os.path.dirname(__file__),'../../VERSION')) as f: version = f.readline()[:-1]