Skip to content

Commit

Permalink
remove broken spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-rakov committed Apr 18, 2014
1 parent 9c74bd5 commit 8ed7c8b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pyayml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'price',
'currencyId',
'categoryId',
'market_category ',
'market_category',
'picture',
'store',
'pickup',
Expand All @@ -51,8 +51,8 @@
'url',
'price',
'currencyId',
'categoryId ',
'market_category ',
'categoryId',
'market_category',
'picture',
'store',
'pickup',
Expand Down Expand Up @@ -83,7 +83,7 @@
'price',
'currencyId',
'categoryId',
'market_category ',
'market_category',
'picture',
'store',
'pickup',
Expand All @@ -110,7 +110,7 @@
'price',
'currencyId',
'categoryId',
'market_category ',
'market_category',
'picture',
'author',
'name',
Expand All @@ -137,7 +137,7 @@
'price',
'currencyId',
'categoryId',
'market_category ',
'market_category',
'picture',
'store',
'pickup',
Expand All @@ -154,7 +154,7 @@
# 'price',
# 'currencyId',
# 'categoryId',
# 'market_category ',
# 'market_category',
# 'picture',
# 'store',
# 'pickup',
Expand All @@ -178,31 +178,31 @@
'price',
'currencyId',
'categoryId',
'market_category ',
'market_category',
'picture',
'store',
'pickup',
'delivery',
'worldRegion',
'country ',
'country',
'region',
'days',
'dataTour',
'name',
'hotel_stars ',
'hotel_stars',
'room',
'meal',
'included',
'transport',
'description ',
'description',
'age',
],
'event.ticket':[
'url',
'price',
'currencyId',
'categoryId',
'market_category ',
'market_category',
'picture',
'store',
'pickup',
Expand Down

0 comments on commit 8ed7c8b

Please sign in to comment.