Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. self.hardware_converter_to_abstract_production = {}
  2. for k, v in self.abstract_production_to_hardware_converter.items():
  3. if v not in self.hardware_converter_to_abstract_production:
  4. self.hardware_converter_to_abstract_production[v] = k[0]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement