Skip to content

Commit

Permalink
Fix #2511
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Alsina committed Jun 6, 2017
1 parent f916982 commit f51d0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v7/import_blogger/import_blogger.py
Expand Up @@ -209,7 +209,7 @@ def import_item(self, item, out_folder=None):

POST_TYPE_SCHEMAS = {
'http://schemas.google.com/blogger/2008/kind#post': 'posts',
'http://schemas.google.com/blogger/2008/kind#page': 'stories',
'http://schemas.google.com/blogger/2008/kind#page': 'pages',
'http://schemas.google.com/blogger/2008/kind#settings': '',
'http://schemas.google.com/blogger/2008/kind#template': '',
'http://schemas.google.com/blogger/2008/kind#comment': '',
Expand Down

0 comments on commit f51d0fe

Please sign in to comment.