I hereby claim:
- I am martinqvistgard on github.
- I am mqvistgard (https://keybase.io/mqvistgard) on keybase.
- I have a public key ASD5cZt4tdUfaUiHyLcPpHow4jC0kAiEJvTu_CrdJR1Azwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # vim: ft=python ts=4 sw=4 expandtab | |
| # | |
| # Copyright (c) 2013 Reed Kraft-Murphy <[email protected]> | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights | |
| # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # vim: ft=python ts=4 sw=4 expandtab | |
| from __future__ import print_function | |
| __version__ = "0.0.3" | |
| import argparse | |
| import datetime | |
| import fcntl |