remove configure.configure, use __version__, remove getRevision() (#94)

* remove configure.configure, use __version__, remove getRevision()

* remove empty configure/ directory

* remove morituri.configure imports
This commit is contained in:
Samantha Baldwin
2016-12-31 10:41:18 -05:00
committed by JoeLametta
parent ee298906ac
commit 976e1bdca2
11 changed files with 21 additions and 65 deletions

View File

@@ -2,6 +2,8 @@ import logging
import os
import sys
__version__ = '0.4.0'
level = logging.WARNING
if 'WHIPPER_DEBUG' in os.environ:
level = os.environ['WHIPPER_DEBUG'].upper()