ordered required libs so they build correctly. also added version variable

This commit is contained in:
Stephen Mardson McQuay
2011-05-04 20:23:27 -06:00
parent 950de0f6ec
commit 5a8c29e1e1
2 changed files with 8 additions and 5 deletions
+3
View File
@@ -35,3 +35,6 @@ handler = logging.handlers.RotatingFileHandler(
config['filename'], maxBytes = config['size'] * 1024, backupCount = config['logbackup'])
handler.setFormatter(my_format)
logger.addHandler(handler)
__version__ = '0.2'