diff options
| author | 2012-12-12 20:15:50 -0300 | |
|---|---|---|
| committer | 2012-12-12 20:15:50 -0300 | |
| commit | 540e6aa6fcd86a98e270715d1d4e49493eacc270 (patch) | |
| tree | ad1b1fcca82d9638f5edcf7a4d9149ca113ba2d2 /scripts/nikola_import_wordpress | |
| parent | 25744f4bf462020e353c503db3ec558604c19137 (diff) | |
| parent | 0f2c04e70a0ffdd0892d6970cafbcd952d221db5 (diff) | |
Merge tag 'upstream/5'
Upstream version 5
Diffstat (limited to 'scripts/nikola_import_wordpress')
| -rw-r--r-- | scripts/nikola_import_wordpress | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/nikola_import_wordpress b/scripts/nikola_import_wordpress deleted file mode 100644 index 015d6a0..0000000 --- a/scripts/nikola_import_wordpress +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env python - -import sys -from nikola import wordpress - -if __name__ == "__main__": - fname = sys.argv[-1] - wordpress.process(fname) |
