diff options
author | Nick Fitzgerald <fitzgen@gmail.com> | 2010-06-29 21:02:51 -0700 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2010-06-29 21:02:51 -0700 |
commit | d22799ca1d63e55d88fe0a3adf4c71904a591012 (patch) | |
tree | 4524a95d453030b9089ae96d8849d0b303ab24bb /bin | |
parent | 92b749cfa26fafb3765aeb0be5486a16f9faa83d (diff) | |
download | pycco-d22799ca1d63e55d88fe0a3adf4c71904a591012.tar.gz pycco-d22799ca1d63e55d88fe0a3adf4c71904a591012.zip |
Making pocco.py standalone, don't need the bin script
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pocco | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/pocco b/bin/pocco deleted file mode 100755 index 884d538..0000000 --- a/bin/pocco +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env python - -import os -import sys - -lib = os.path.join(os.path.dirname(os.path.abspath(__file__)), '..') -cmd = "python %s %s" % (os.path.join(lib, 'pocco.py'), - " ".join(sys.argv[1:])) - -print os.popen(cmd).read(), |