Fixed whitespace issue

This commit is contained in:
Maksim Shabunin 2015-08-12 14:57:49 +03:00
parent ef16650f5c
commit 2255472e31
2 changed files with 0 additions and 3 deletions

View File

@ -75,4 +75,3 @@ if __name__ == '__main__':
res = unittest.TextTestRunner(verbosity=3).run(s) res = unittest.TextTestRunner(verbosity=3).run(s)
if not res.wasSuccessful(): if not res.wasSuccessful():
sys.exit(res) sys.exit(res)

View File

@ -316,5 +316,3 @@ if __name__ == "__main__":
log.info("=====") log.info("=====")
log.info("SDK location: %s", builder.resultdest) log.info("SDK location: %s", builder.resultdest)
log.info("Documentation location: %s", builder.docdest) log.info("Documentation location: %s", builder.docdest)