unneded modules

This commit is contained in:
Martin Diehl 2017-11-21 11:41:02 +01:00
parent 4dfb52c792
commit f52721e0a7
1 changed files with 1 additions and 1 deletions

View File

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