This commit is contained in:
j 2012-01-21 01:58:51 +05:30
parent ed08109b73
commit 7eb00fc02e
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ def item_data(data):
for key in ('layers', 'duration', 'size', 'public'):
if key in d:
del d[key]
d['license'] = ['Pad.ma General Public License']
return d
def import_layers(item, layers):