Example #1
0
 def get_example_file_content(cls, example_file, request):
     from shuup.default_importer.samples import get_sample_file_content
     return get_sample_file_content(example_file.file_name)
Example #2
0
 def get_example_file_content(cls, example_file, request):
     from shuup.default_importer.samples import get_sample_file_content
     return get_sample_file_content(example_file.file_name)