code clean-up following several conventions
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user