1
0
mirror of https://github.com/akelge/zsh synced 2025-08-17 06:58:41 +00:00

First great cleanup

This commit is contained in:
2013-01-17 09:40:13 +00:00
parent 7071fa42f9
commit f034d96ef0
13 changed files with 140 additions and 2614 deletions

View File

@ -22,3 +22,5 @@ def main():
# If we have been called as 'python <script>' let's call main function
if __name__ == "__main__":
main()
# vim: set ts=4 sw=4 tw=79 ft=python :