Commit 11618fad authored by Łukasz Nowak's avatar Łukasz Nowak Committed by Rafael Monnerat

Drop not needed categories.

parent ed5aee8e
...@@ -62,7 +62,6 @@ if computer_model is None:\n ...@@ -62,7 +62,6 @@ if computer_model is None:\n
result = False\n result = False\n
else :\n else :\n
category_list = [\n category_list = [\n
\'allocation_scope\',\n
\'cpu_core\',\n \'cpu_core\',\n
\'cpu_frequency\',\n \'cpu_frequency\',\n
\'cpu_type\',\n \'cpu_type\',\n
...@@ -71,7 +70,6 @@ else :\n ...@@ -71,7 +70,6 @@ else :\n
\'local_area_network_type\',\n \'local_area_network_type\',\n
\'memory_size\',\n \'memory_size\',\n
\'memory_type\',\n \'memory_type\',\n
\'product_line\',\n
\'role\',\n \'role\',\n
\'storage_capacity\',\n \'storage_capacity\',\n
\'storage_interface\',\n \'storage_interface\',\n
......
55 56
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment