Skip to content

Commit

Permalink
Thanks to Cheng Yang: he noticed that the version of Wordpress Export…
Browse files Browse the repository at this point in the history
… XML has changed
  • Loading branch information
detro committed May 25, 2012
1 parent 5db3874 commit e227bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def migrate_all(self, batch_size=20, start_key=None):

class WordpressMigration(BaseMigration):

ns_wordpress = 'http://wordpress.org/export/1.0/'
ns_wordpress = 'http://wordpress.org/export/1.1/'
ns_rss = 'http://purl.org/rss/1.0/modules/content/'

def __init__(self, export_file, disqus_user_key, disqus_forum_name):
Expand Down

0 comments on commit e227bdf

Please sign in to comment.