This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## My Global .gitignore file [https://gist.github.com/2846766] | |
## | |
# Ugly Stuff | |
Icon | |
.DS_Store | |
.dropbox | |
# Mac IDE files | |
*.swp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: UTF-8 -*- | |
""" | |
Copyright (C) 2011, Markus Hubig <[email protected]> | |
This file is part of IMPLib2 a small Python library implementing | |
the IMPBUS-2 data transmission protocol. | |
IMPLib2 is free software: you can redistribute it and/or modify | |
it under the terms of the GNU Lesser General Public License as |