diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-05-25 10:12:32 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-05-25 10:12:32 +0200 |
| commit | 5226f622e1c20ebf1c836c19e5d57ff7a3aa5591 (patch) | |
| tree | 09bc20275c3a6fb8b42bcb974cdf50678ce77aa9 | |
| parent | 11907a7e5362509e3526ae1bede68c93f2e38add (diff) | |
add note about python
| -rwxr-xr-x | src/fapi | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ #!/usr/bin/env python # 2014 (c) Paul C. Buetow +# I'm sorry, but this is my first Python program to find out if it's worth +# using it. I'm more into Perl, and it will stay so. import argparse import base64 |
