code clean-up following several conventions

This commit is contained in:
2015-06-11 10:07:21 +02:00
parent 3d8bea8f7e
commit 546e919dc9
10 changed files with 140 additions and 136 deletions
+2 -2
View File
@@ -31,7 +31,7 @@
#
# include RELEASE-VERSION
__all__ = ("get_git_version")
__all__ = "get_git_version"
# NO IMPORTS FROM PYLOT IN THIS FILE! (file gets used at installation time)
import os
@@ -108,4 +108,4 @@ def get_git_version(abbrev=4):
if __name__ == "__main__":
print get_git_version()
print get_git_version()