diff options
| author | 2012-12-12 19:58:42 -0300 | |
|---|---|---|
| committer | 2012-12-12 19:58:42 -0300 | |
| commit | ca1f5a392261a7c6b82b5ac1015427605909d8c9 (patch) | |
| tree | f91146c9340c6c78e84aaf6b92053386397e2069 /scripts/nikola_import_wordpress | |
Imported Upstream version 4.0.3upstream/4.0.3
Diffstat (limited to 'scripts/nikola_import_wordpress')
| -rw-r--r-- | scripts/nikola_import_wordpress | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/nikola_import_wordpress b/scripts/nikola_import_wordpress new file mode 100644 index 0000000..015d6a0 --- /dev/null +++ b/scripts/nikola_import_wordpress @@ -0,0 +1,8 @@ +#!/usr/bin/env python + +import sys +from nikola import wordpress + +if __name__ == "__main__": + fname = sys.argv[-1] + wordpress.process(fname) |
