diff options
author | Marko Kreen | 2008-02-28 09:27:25 +0000 |
---|---|---|
committer | Marko Kreen | 2008-02-28 09:27:25 +0000 |
commit | 012e25634c81aaa5ad32084d4d588ec43fd5c838 (patch) | |
tree | 5f9f8cdb66b37cc079fab43f7232c4b59cad3e07 /setup.py | |
parent | 8408b4ae8498b96695e4c730054beb092a2c7967 (diff) |
bring new quoting & parsing code to head
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,5 +53,6 @@ setup( 'scripts/scriptmgr.ini.templ', ]), ('share/skytools', share_dup_files)], + ext_modules=[Extension("skytools._cquoting", ['python/modules/cquoting.c'])], ) |